Skip to content

Instantly share code, notes, and snippets.

@gustavom
Last active August 29, 2015 14:11
Show Gist options
  • Save gustavom/f66c02b7338b048fec54 to your computer and use it in GitHub Desktop.
Save gustavom/f66c02b7338b048fec54 to your computer and use it in GitHub Desktop.
ClearFix Micro Css
.sua_classe:before,
.sua_classe:after {
content: " ";
display: table;
}
.sua_classe:after {
clear: both;
}
.sua_classe{
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment