not really known
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.

50 lines
760 B

  1. 
  2. .body {
  3. background-color: white;
  4. }
  5. .item {
  6. border-radius: 10%;
  7. width: 120px;
  8. max-width: 10%;
  9. background-color: #9c9a9c;
  10. display: inline-block;
  11. margin: .2% .2% .2% .2%;
  12. z-index: 0;
  13. -webkit-user-select: none;
  14. -moz-user-select: none;
  15. -ms-user-select: none;
  16. user-select: none;
  17. }
  18. .itemImage {
  19. width: 100%;
  20. text-align: center;
  21. }
  22. /*.items {
  23. background-color: #cecfce;
  24. }*/
  25. .collection {
  26. border-radius: 10%;
  27. width: 120px;
  28. max-width: 10%;
  29. background-color: #212021;
  30. display: inline-block;
  31. margin: .2% .2% .2% .2%;
  32. z-index: 0;
  33. -webkit-user-select: none;
  34. -moz-user-select: none;
  35. -ms-user-select: none;
  36. user-select: none;
  37. }
  38. .collectionImage {
  39. width: 100%;
  40. text-align: center;
  41. }
  42. .collections {
  43. background-color: #cecfce;
  44. }