CSS - Float Fix - clearfix:after


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



Copy this code and paste it in your HTML
  1. .clearfix:after {
  2. content: ".";
  3. display: block;
  4. height: 0;
  5. clear: both;
  6. visibility: hidden;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.