Skip to content

Instantly share code, notes, and snippets.

@jhough10
Created January 15, 2014 06:46
Show Gist options
  • Save jhough10/8431911 to your computer and use it in GitHub Desktop.
Save jhough10/8431911 to your computer and use it in GitHub Desktop.
Centurion Grid Sample - 3 x 33% grid elements.
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<!-- clear the line -->
<div class="clear"></div>
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<div class="grid-33">
<img src="http://placehold.it/300x150" alt="description of image" />
<h2>Subheading</h2>
<p>Description about the subheading with a link to the page</p>
</div>
<!-- clear the line -->
<div class="clear"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment