Skip to content

Instantly share code, notes, and snippets.

@rampavan90
Created October 2, 2018 05:08
Show Gist options
  • Save rampavan90/bf849e5bba253290b870986c5152d3d2 to your computer and use it in GitHub Desktop.
Save rampavan90/bf849e5bba253290b870986c5152d3d2 to your computer and use it in GitHub Desktop.
clearfloat utility class
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment