Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Created March 17, 2017 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markbrown4/06df14c288eb46a7fa2e33f311ec3c41 to your computer and use it in GitHub Desktop.
Save markbrown4/06df14c288eb46a7fa2e33f311ec3c41 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style media="screen">
body {
font-family: sans-serif;
line-height: 1.15;
}
h4, p { margin: 0 }
table {
border-spacing: 16px;
}
td {
padding: 16px;
vertical-align: top;
}
tbody td {
background: papayaWhip;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<td>Row 1 / Column 1</td>
<td>Row 1 / Column 2</td>
<td>Row 1 / Column 3</td>
<td>Row 1 / Column 4</td>
<td>Row 1 / Column 5</td>
<td>Row 1 / Column 6</td>
<td>Row 1 / Column 7</td>
<td>Row 1 / Column 8</td>
<td>Row 1 / Column 9</td>
<td>Row 1 / Column 10</td>
<td>Row 1 / Column 11</td>
<td>Row 1 / Column 12</td>
</tr>
</thead>
<tbody>
<tr>
<td>Row 2 / Column 1</td>
<td>Row 2 / Column 2</td>
<td>Row 2 / Column 3</td>
<td>Row 2 / Column 4</td>
<td>Row 2 / Column 5</td>
<td>Row 2 / Column 6</td>
<td>Row 2 / Column 7</td>
<td>Row 2 / Column 8</td>
<td>Row 2 / Column 9</td>
<td>Row 2 / Column 10</td>
<td>Row 2 / Column 11</td>
<td>Row 2 / Column 12</td>
</tr>
<tr>
<td>
<h4>Row 3 / Column 1</h4>
<p>text</p>
<p>text</p>
<p>text</p>
</td>
<td>Row 3 / Column 2</td>
<td>Row 3 / Column 3</td>
<td>Row 3 / Column 4</td>
<td>Row 3 / Column 5</td>
<td>Row 3 / Column 6</td>
<td>Row 3 / Column 7</td>
<td>Row 3 / Column 8</td>
<td>Row 3 / Column 9</td>
<td>Row 3 / Column 10</td>
<td>Row 3 / Column 11</td>
<td>Row 3 / Column 12</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment