Skip to content

Instantly share code, notes, and snippets.

View Soulriser's full-sized avatar
🏠
Working from home

Brian Allemana Soulriser

🏠
Working from home
View GitHub Profile
@gorobey
gorobey / bootstrap-col-inset.css
Last active July 15, 2017 18:51 — forked from nathanpitman/gist:4038248
Responsive 'insets' / 'negative offsets' for Twitter Bootstrap
.col-xs-inset-12 {
margin-left: -100%;
}
.col-xs-inset-11 {
margin-left: -91.66666667%;
}
.col-xs-inset-10 {
margin-left: -83.33333333%;
}
.col-xs-inset-9 {