Last active
September 22, 2017 23:12
-
-
Save vielhuber/6e8450c0f2bf5986d3f1 to your computer and use it in GitHub Desktop.
clearfix #css
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:after { | |
content:""; | |
clear:both; | |
display:table; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment