clear class css


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

Apply this to a after floats


Copy this code and paste it in your HTML
  1. .clear {
  2. clear: both;
  3. display: block;
  4. }

URL: http://snipplr.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.