Last active
August 29, 2015 14:15
-
-
Save abelorian/0289c57c7921f0100b0b to your computer and use it in GitHub Desktop.
CSS Quick Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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