Skip to content

Instantly share code, notes, and snippets.

@rodcisal
Created November 27, 2014 19:57
Show Gist options
  • Save rodcisal/7419dbc464b1427dd0cf to your computer and use it in GitHub Desktop.
Save rodcisal/7419dbc464b1427dd0cf to your computer and use it in GitHub Desktop.
Famous micro clearfix
.element:before,
.element:after {
content: " ";
display: table;
}
.element:after { clear: both }
.element { *zoom: 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment