Created
September 12, 2016 14:24
-
-
Save philipgledhill/cee1439b673211fe4e122977b9248422 to your computer and use it in GitHub Desktop.
Useful code snippets for Genesis Column Classes
This file contains 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
<!-- Two one-half columns --> | |
<div class="one-half first">Content goes here.</div> | |
<div class="one-half">Content goes here.</div> | |
<div class="clearfix"></div> | |
<!-- Three one-third columns. --> | |
<div class="one-third first">Content goes here.</div> | |
<div class="one-third">Content goes here.</div> | |
<div class="one-third">Content goes here.</div> | |
<div class="clearfix"></div> | |
<!-- One-third, two-thirds --> | |
<div class="one-third first">Content goes here.</div> | |
<div class="two-thirds">Content goes here.</div> | |
<div class="clearfix"></div> | |
<!-- Four one-fourth columns. --> | |
<div class="one-fourth first">Content goes here.</div> | |
<div class="one-fourth">Content goes here.</div> | |
<div class="one-fourth">Content goes here.</div> | |
<div class="one-fourth">Content goes here.</div> | |
<div class="clearfix"></div> | |
<!-- One-fourth, three-fourths. --> | |
<div class="one-fourth first">Content goes here.</div> | |
<div class="three-fourths">Content goes here.</div> | |
<div class="clearfix"></div> | |
<!-- Three narrow columns and one wide column. --> | |
<div class="one-sixth first">Content goes here.</div> | |
<div class="one-sixth">Content goes here.</div> | |
<div class="one-sixth">Content goes here.</div> | |
<div class="three-sixths">Content goes here.</div> | |
<div class="clearfix"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment