Created
May 26, 2014 11:46
-
-
Save Utzel-Butzel/800122a861ff18fc0981 to your computer and use it in GitHub Desktop.
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-container"> | |
<div class="grid-25"> | |
I am 25% wide. | |
</div> | |
<div class="grid-50"> | |
I am 50% wide. | |
</div> | |
<div class="grid-25"> | |
I am 25% wide. | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment