Skip to content

Instantly share code, notes, and snippets.

@jekkilekki
Created November 30, 2015 00:52
Show Gist options
  • Save jekkilekki/c26531821b40b5cfeeb1 to your computer and use it in GitHub Desktop.
Save jekkilekki/c26531821b40b5cfeeb1 to your computer and use it in GitHub Desktop.
Collection of Quick CSS Gists
/* 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