-
-
Save felippenardi/6936743 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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 0px 1px 0px; | |
border-style: solid; | |
border-color: #fff; | |
display: block; | |
} | |
tr:hover { | |
border-color: red; | |
box-shadow: -5px 0 0 blue; | |
} | |
table { | |
border-collapse: collapse; | |
} |
This file contains 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 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 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