Advertisement
soyuka

Clearfix

Feb 15th, 2013
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .clearfix:after {
  2.     content: " ";
  3.     display: block;
  4.     clear: both;
  5.     visibility: hidden;
  6.     line-height: 0;
  7.     height: 0;
  8. }
  9.  
  10. .clearfix {
  11.     display: inline-block;
  12. }
  13.  
  14. html[xmlns] .clearfix {
  15.     display: block;
  16. }
  17.  
  18. * html .clearfix {
  19.     height: 1%;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement