Created
May 13, 2015 17:01
-
-
Save rkjha/61acc262f00d529b5aa1 to your computer and use it in GitHub Desktop.
A sample skeleton grid.
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="container"> | |
<div class="row"> | |
<div class="eight columns">Main</div> | |
<div class="four columns">Sidebar</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment