cookie clicker but bigger
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.
 
 
 
 

31 lines
375 B

  1. body {
  2. font-family: Sans-Serif;
  3. }
  4. body.dark {
  5. background: #111;
  6. color: #eee;
  7. }
  8. #buildings-area {
  9. width: 20%;
  10. }
  11. #tasty-micro {
  12. color: #ddd;
  13. background-color: #211;
  14. width: 100px;
  15. height: 75px;
  16. }
  17. #buildings-area button {
  18. display: block;
  19. width: 100%;
  20. height: 50px;
  21. background-color: #222;
  22. color: #eee;
  23. }
  24. #buildings-area button:not(:last-child) {
  25. }