Created
February 10, 2016 19:24
-
-
Save Fresh-Dev/28ed1a65dad1a8f92d25 to your computer and use it in GitHub Desktop.
Classic CSS Clearfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clearfix:before, .container:after { content: ""; display: table; } | |
.clearfix:after { clear: both; } | |
/* IE 6/7 */ | |
.clearfix { zoom: 1; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment