Skip to content

Instantly share code, notes, and snippets.

@maikelmclauflin
Created July 1, 2013 03:20
Show Gist options
  • Save maikelmclauflin/5898162 to your computer and use it in GitHub Desktop.
Save maikelmclauflin/5898162 to your computer and use it in GitHub Desktop.
Untitled
body {
font-size:100%;
}
div div {
width:30em;
border:2px solid black;
}
img {
width:28em;
}
<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>
// alert('Hello world!');
{"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