Created
January 15, 2014 06:46
-
-
Save jhough10/8431911 to your computer and use it in GitHub Desktop.
Centurion Grid Sample - 3 x 33% grid elements.
This file contains hidden or 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="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