Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /* html code => <div class="clear"> */
  2.  
  3. .clear:after {
  4. content: " ";
  5. display: table;
  6. clear: both;
  7. }
  8.  
  9. /* for IE 6,7 */
  10. .clear {
  11. zoom:1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement