Joined March 2013
·

Osiris Magro

Spain
·
·
·

Posted to Clearing floats 2.0 over 1 year ago

Here's my two cents on clearing floats without markup:

.container:after{
    content: '.'; height: 0;
    display: block; visibility: hidden;
    clear: both;
}
Achievements
5 Karma
410 Total ProTip Views