/ Published in: CSS
clear fix from KCMR http://snipplr.com/view/9927/painless-and-super-simple-clearfix-without-any-hack-or-browser-specific-selector/
Expand |
Embed | Plain Text
*, html { margin: 0px; padding: 0px; } body { font-size: 62.5%; } a { outline: none; } a img { border: none; } .clear:after { content: ""; display: block; clear: both; height: 0; visibility:hidden; } .clear { min-height: 0; height: 1%; }
You need to login to post a comment.
