/ Published in: CSS
Clears a parent container with floated children
Expand |
Embed | Plain Text
.clearfix { overflow: hidden; display: inline-block; } .clearfix { display: block; }
You need to login to post a comment.
Clears a parent container with floated children
.clearfix { overflow: hidden; display: inline-block; } .clearfix { display: block; }
You need to login to post a comment.