Created
January 16, 2012 13:21
-
-
Save shabunc/1620842 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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