Created
January 3, 2013 17:19
-
-
Save dtgay/4445087 to your computer and use it in GitHub Desktop.
960gs demo
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
<div class="container_12"> | |
<div class="grid_6"> | |
<p>This content is in a half-container width column!<p> | |
</div> | |
<div class="grid_6"> | |
<p>So is this! Two even columns!</p> | |
</div> | |
<div class="clear"></div> <!-- Put this between rows of content. --> | |
<div class="grid_4"> | |
<p>Some content could go here.</p> | |
</div> | |
<div class="grid_2"> | |
<p>Some tiny content could go here.</p> | |
</div> | |
<div class="grid_6"> | |
<p>A nice, big, right column could go here, the size of the | |
other two combined!</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment