Skip to content

Instantly share code, notes, and snippets.

@owlsky
Last active December 20, 2015 12:18
Show Gist options
  • Save owlsky/6129496 to your computer and use it in GitHub Desktop.
Save owlsky/6129496 to your computer and use it in GitHub Desktop.
Quick CSS Grid Mockup
/*==== CSS Grid Mockup ====*/
.grid { overflow: hidden;}
.col { float: left; }
.col-1-3 { width: 33.33%;}
.col-2-3 { width: 66.66%;}
.col-1-4 { width: 25%;}
.col-2-4 { width: 50%;}
.col-3-4 { width: 75%;}
/*---- End Grid ----*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment