/ Published in: CSS
URL: http://www.andystates.com/
Eliminates the need for extra xhtml elements to resolve height inheritance when floating elements with CSS.
Expand |
Embed | Plain Text
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
You need to login to post a comment.
