Created
June 13, 2013 10:53
-
-
Save leechy/5772872 to your computer and use it in GitHub Desktop.
Untitled
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
body { | |
background: white; | |
} | |
.three-column { | |
border: 1px solid red; | |
width: 100%; | |
table-layout: fixed; | |
} | |
.left, .center, .right { | |
vertical-align: top; | |
} | |
.center { | |
width: 480px; | |
border: 1px dotted green; | |
} | |
.left, .right { | |
border: 1px dashed blue; | |
} |
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 class="three-column"> | |
<tr> | |
<td class="left" width="*"> | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
123 123 123 123 123 | |
</td> | |
<td class="center"> | |
789 | |
</td> | |
<td class="right" width="*"> | |
456456456456456456456456456 456 | |
456 456 456 456 456 | |
456 456 456 456 456 | |
</td> | |
</tr> | |
</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":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment