Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created January 16, 2012 13:21
Show Gist options
  • Select an option

  • Save shabunc/1620842 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1620842 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
table {
width: 100%;
}
table td {
border: 1px solid red;
padding: 20px;
height: 200px;
background: url("http://t1.gstatic.com/images?q=tbn:ANd9GcSMUCiE3CHbxQ20Up2EHu37EvQ7MohzyQtPjRuRrrlXqF_YkKBZIMoSwA9PCg") no-repeat;
background-position: 0px center;
background-origin: border-box;
}
<!-- content to be placed inside <body>…</body> -->
<table>
<tr>
<td>
FIRST CELL
</td>
<td>
SECOND CELL
</td>
</tr>
<tr>
<td colspan="2">THIRD CELL</td>
</tr>
</table>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment