app.css 359 B

12345678910111213141516171819202122232425262728
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. }
  7. .clearfix, .c {
  8. zoom: 1;
  9. clear: both;
  10. }
  11. .clearfix:after, .clearfix:before, .c:after, .c:before {
  12. display: table;
  13. content: "";
  14. }
  15. .clearfix:after, .c:after {
  16. clear: both;
  17. }
  18. /* Write your styles */
  19. .l {
  20. float: left;
  21. }
  22. .r {
  23. float: right;
  24. }
  25. .box {
  26. width: 1200px;
  27. margin: 0 auto;
  28. }