Created
October 11, 2013 15:18
-
-
Save anonymous/6936525 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 | |
*/ | |
tr { | |
border-width: 1px 1px 1px 5px; | |
border-style: solid; | |
border-color: #fff; | |
} | |
tr:hover { | |
border-color: red; | |
} | |
tr:hover td { | |
border-top: 1px solid red; | |
} | |
table { | |
border-collapse: collapse; | |
} |
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
<table> | |
<thead> | |
<tr> | |
<th width="200">Table Header</th> | |
<th>Table Header</th> | |
<th width="150">Table Header</th> | |
<th width="150">Table Header</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr class="selected"> | |
<td>Content Goes Here</td> | |
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td> | |
<td>Content Goes Here</td> | |
<td>Content Goes Here</td> | |
</tr> | |
<tr> | |
<td>Content Goes Here</td> | |
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td> | |
<td>Content Goes Here</td> | |
<td>Content Goes Here</td> | |
</tr> | |
<tr> | |
<td>Content Goes Here</td> | |
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td> | |
<td>Content Goes Here</td> | |
<td>Content Goes Here</td> | |
</tr> | |
</tbody> | |
</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
// alert('Hello world!'); |
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":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment