Skip to content

Instantly share code, notes, and snippets.

@Satwa
Created December 28, 2016 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Satwa/583c3002c6e30899a94f34b050118ed7 to your computer and use it in GitHub Desktop.
Save Satwa/583c3002c6e30899a94f34b050118ed7 to your computer and use it in GitHub Desktop.
/** Basic columns for prototyping **/
.col13{
float: left;
width: 32%;
padding-right:.49%;
min-width:200px;
max-width:300px;
}
.col23{
display: inline-block;
width: 32%;
padding-right:.49%;
min-width:200px;
max-width:300px;
}
.col33{
float: right;
width: 32%;
min-width:200px;
max-width:300px;
}
.col14, .col24, .col34, .col44{
display: inline-block;
width: 24%;
}
.col12{
float:left;
width:49%;
margin-right: .5%;
border-right:dashed #4B4C4D 1px;
}
.col22{
float:right;
width:49%;
margin-left: .5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment