Created
April 23, 2014 14:40
-
-
Save nickdavis/11217923 to your computer and use it in GitHub Desktop.
HTML Columns Opening Div Class examples for LeanThemes.co
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
<!-- For the first column you must include 'first' --> | |
<div class="pricing-column one-half first"> | |
<div class="pricing-column one-third first"> | |
<div class="pricing-column one-fourth first"> | |
<!-- For later columns do not include 'first' --> | |
<div class="pricing-column one-half"> | |
<div class="pricing-column one-third"> | |
<div class="pricing-column one-fourth"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment