Created
May 16, 2016 18:32
-
-
Save myvitaliy/310208bca065d883d0f3180fd6bad917 to your computer and use it in GitHub Desktop.
clearfix
This file contains 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 { | |
display:inline-block; | |
} | |
.clearfix { | |
zoom:1; | |
display:block; | |
} | |
.clearfix:after { | |
content:"."; | |
display:block; | |
height:0; | |
clear:both; | |
visibility:hidden | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment