CSS Clear - Cross browser


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .clear {
  2. clear:both;
  3. display: block;
  4. height: 0;
  5. overflow: hidden;
  6. visibility: hidden;
  7. width: 0;
  8. line-height: 0;
  9. font-size: 0px;
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.