cookie clicker but bigger
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

31 satır
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. }