Skip to content

Instantly share code, notes, and snippets.

@davidfic
Created January 25, 2013 02:28
Show Gist options
  • Save davidfic/4631216 to your computer and use it in GitHub Desktop.
Save davidfic/4631216 to your computer and use it in GitHub Desktop.
HTML: span 1-12
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment