Skip to content

Instantly share code, notes, and snippets.

@alwayscoding
Last active December 14, 2015 21:19
Show Gist options
  • Save alwayscoding/5150469 to your computer and use it in GitHub Desktop.
Save alwayscoding/5150469 to your computer and use it in GitHub Desktop.
STYLE: WRAP FLOAT ELEMENT
#box {
position: relative;
border: 1px solid #E0E0E0;
}
#box:before, #box:after {
display: block;
content: "";
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment