/ Published in: CSS
URL: http://www.webtoolkit.info/demo/css-clearfix
used on the container
Expand |
Embed | Plain Text
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; }
You need to login to post a comment.
