Frontend elements to SugoiMusic, including CSS and public/private headers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
422 B

  1. /* Main */
  2. body {
  3. background-color: #dcdcdc;
  4. color: #0b0b0b;
  5. font-size: 16px;
  6. line-height: 22px;
  7. }
  8. .container, #container {
  9. width: 978px;
  10. margin: 10px auto;
  11. padding: 60px;
  12. box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  13. background: #fff;
  14. text-align: left;
  15. display: block;
  16. overflow: hidden;
  17. }
  18. .item {
  19. width: 200px;
  20. float: left;
  21. padding: 10px;
  22. margin: 10px;
  23. background: #000;
  24. color: #fff;
  25. }