Created
January 15, 2014 06:50
-
-
Save jhough10/8431934 to your computer and use it in GitHub Desktop.
Centurion Grid example of 75% and 25% page design.
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-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