Skip to content

Instantly share code, notes, and snippets.

@omniosi
Created September 9, 2013 20:55
Show Gist options
  • Save omniosi/6501380 to your computer and use it in GitHub Desktop.
Save omniosi/6501380 to your computer and use it in GitHub Desktop.
a clearfix to create a break using css styling. see: http://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