Skip to content

Instantly share code, notes, and snippets.

@dtgay
Created January 3, 2013 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtgay/4445087 to your computer and use it in GitHub Desktop.
Save dtgay/4445087 to your computer and use it in GitHub Desktop.
960gs demo
<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