Skip to content

Instantly share code, notes, and snippets.

@fenric
Created March 10, 2017 05:28
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 fenric/40dda749be50b77d97530af884edbc16 to your computer and use it in GitHub Desktop.
Save fenric/40dda749be50b77d97530af884edbc16 to your computer and use it in GitHub Desktop.
.grid {
margin-left: -10px;
margin-right: -10px;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid .column-1 {
width: 8.33333%;
}
.grid .column-2 {
width: 16.66667%;
}
.grid .column-3 {
width: 25.00000%;
}
.grid .column-4 {
width: 33.33333%;
}
.grid .column-5 {
width: 41.66667%;
}
.grid .column-6 {
width: 50.00000%;
}
.grid .column-7 {
width: 58.33333%;
}
.grid .column-8 {
width: 66.66667%;
}
.grid .column-9 {
width: 75.00000%;
}
.grid .column-10 {
width: 83.33333%;
}
.grid .column-11 {
width: 91.66667%;
}
.grid .column-12 {
width: 100.00000%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment