Created
April 27, 2015 14:02
-
-
Save bradbergeron-us/7fcaacab7c0c4db566f4 to your computer and use it in GitHub Desktop.
CSS Clearfiix
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:after { | |
| content: "."; | |
| display: block; | |
| clear: both; | |
| visibility: hidden; | |
| line-height: 0; | |
| height: 0; | |
| .clearfix { display: inline-block; } | |
| html[xmlns] .clearfix { display: block; } | |
| * html .clearfix { height: 1%; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment