Created
November 30, 2015 00:52
-
-
Save jekkilekki/c26531821b40b5cfeeb1 to your computer and use it in GitHub Desktop.
Collection of Quick CSS Gists
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
/* Courtesy of CSS Tricks: https://css-tricks.com/snippets/css/clear-fix/ */ | |
.group:after { | |
content: ""; | |
display: table; | |
clear: both; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment