Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created November 24, 2013 13:04
Show Gist options
  • Select an option

  • Save AlexArchive/7627062 to your computer and use it in GitHub Desktop.

Select an option

Save AlexArchive/7627062 to your computer and use it in GitHub Desktop.
.container .columns.one { width: 6.25% }
.container .columns.two { width: 12.5% }
.container .columns.three { width: 18.75% }
.container .columns.four { width: 25% }
.container .columns.five { width: 31.25% }
.container .columns.six { width: 37.5% }
.container .columns.seven { width: 43.75% }
.container .columns.eight { width: 50% }
.container .columns.nine { width: 56.25% }
.container .columns.ten { width: 62.5% }
.container .columns.eleven { width: 68.75% }
.container .columns.twelve { width: 75% }
.container .columns.thirteen { width: 81.25% }
.container .columns.fourteen { width: 87.5% }
.container .columns.fifteen { width: 93.75% }
.container .columns.sixteen { width: 100% }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment