Created
May 19, 2013 19:42
-
-
Save bingeboy/5608727 to your computer and use it in GitHub Desktop.
PPK Clear Fix w/floats
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
div.container { | |
border: 1px solid #000000; | |
overflow: auto; | |
width: 100% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need of the parent elements of the float. Clean, semantic, and PPK approved!
overflow: auto;
width: 100%