extend-clearfix.css 190 B

1234567891011121314151617181920
  1. .clearfix,
  2. .foo,
  3. .bar {
  4. *zoom: 1;
  5. }
  6. .clearfix:after,
  7. .foo:after,
  8. .bar:after {
  9. content: '';
  10. display: block;
  11. clear: both;
  12. height: 0;
  13. }
  14. .foo {
  15. color: red;
  16. }
  17. .bar {
  18. color: blue;
  19. }