Clearing a float container


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

No need for markup


Copy this code and paste it in your HTML
  1. .clear-kids {
  2. height: 100%;
  3. overflow: auto;
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.