Created
August 25, 2017 15:31
-
-
Save fahidjavid/7d50df7eab73fa7d9f2a4d0600be967b to your computer and use it in GitHub Desktop.
ClearFix styles for container of floating divs
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 { *zoom: 1; } | |
| .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } | |
| .clearfix:after { clear: both; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment