Skip to content

Instantly share code, notes, and snippets.

@abelorian
Last active August 29, 2015 14:15
Show Gist options
  • Save abelorian/0289c57c7921f0100b0b to your computer and use it in GitHub Desktop.
Save abelorian/0289c57c7921f0100b0b to your computer and use it in GitHub Desktop.
CSS Quick Snippets
/* bootstrap's row hack */
.row_{margin-left:0;margin-right:0}.row_:after{clear:both}.row_:before,.row_:after{content:" ";display:table}
/* Containers*/
.full-width: {
width: 100%;
}
/* Backgrounds */
.background-black{
background: black;
}
/* Margins */
.margin-top-50{
margin-top:50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment