Created
July 1, 2013 03:20
-
-
Save maikelmclauflin/5898162 to your computer and use it in GitHub Desktop.
Untitled
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
body { | |
font-size:100%; | |
} | |
div div { | |
width:30em; | |
border:2px solid black; | |
} | |
img { | |
width:28em; | |
} |
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
<body> | |
<div> | |
<table> | |
<tr> | |
<td> | |
<div class="colOne"> | |
<div>wat | |
</div> | |
<div>in-in | |
</div> | |
<div>Go | |
</div> | |
<div>A | |
</div> | |
</div></td> | |
<td><div class="colTwo"> | |
<div>watwat | |
</div> | |
<div>the | |
</div> | |
<div>Fuck | |
</div> | |
<div>Bird | |
</div> | |
</div> | |
</td> | |
<td> | |
<div class="colThree"> | |
<div><p>wat-watwat</p> | |
</div> | |
<div><p>butt</p> | |
</div> | |
<div><p>Yourself</p> | |
</div> | |
<div> | |
<p>Pooped</p> | |
</div> | |
</div> | |
</td> | |
</tr> | |
</table> | |
</div> | |
</body> |
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":"split","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment