Clear Block CSS


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



Copy this code and paste it in your HTML
  1. div.clear
  2. {
  3. position:relative;
  4. clear:both;
  5. width:auto;
  6. height:0 !important;
  7. overflow:hidden;
  8. }

Report this snippet


Comments


You need to login to view comments.