Skip to content

Instantly share code, notes, and snippets.

@Leolik
Created June 3, 2013 11:46
Show Gist options
  • Save Leolik/5697618 to your computer and use it in GitHub Desktop.
Save Leolik/5697618 to your computer and use it in GitHub Desktop.
Untitled
body {
background: #fff;
min-height: 100%;
}
table {
border-collapse: separate;
border-spacing: 0;
border-style: solid;
border-color: #000;
border-width: 1px 0 0 1px;
table-layout: fixed;
}
td {
border-style: solid;
border-color: #000;
border-width: 0 1px 1px 0;
height: 16px;
width: 100px;
}
<table>
<tr>
<td rowspan="4" colspan="1"></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan="4" colspan="1"></td>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td rowspan="4" colspan="1"></td>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment