Created
February 21, 2013 16:05
-
-
Save tomjn/5005743 to your computer and use it in GitHub Desktop.
csswizardry-grids example
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
<div class="grid"> | |
<div class="grid__item one-whole lap-one-half desk-two-thirds"> | |
... | |
</div> | |
<div class="grid__item one-whole lap-one-half desk-one-third"> | |
... | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment