home.css 373 B

12345678910111213141516171819202122
  1. .homepage section[role=main] {
  2. margin-left: 120px;
  3. margin-right: 120px;
  4. }
  5. .ListItem {
  6. width: 150px;
  7. height: 100px;
  8. background-color: #808080;
  9. text-shadow: black 0.1em 0.1em 0.2em;
  10. padding: 5px 10px;
  11. }
  12. #babylonScenesListView {
  13. height: 100%;
  14. margin: 0px 10px;
  15. }
  16. .sandbox {
  17. background-image: none;
  18. background-color: #330066;
  19. }