Skip to content

Instantly share code, notes, and snippets.

@jhough10
Created January 15, 2014 06:50
Show Gist options
  • Save jhough10/8431934 to your computer and use it in GitHub Desktop.
Save jhough10/8431934 to your computer and use it in GitHub Desktop.
Centurion Grid example of 75% and 25% page design.
<div class="grid-75">
<h1>Subheading</h1>
<p>Content that appears after a heading.</p>
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page.</p>
</div>
<div class="grid-25">
<img src="http://placehold.it/350x200" class="responsive" alt="description of image" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment