cookie clicker but bigger
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- body {
- font-family: Sans-Serif;
- }
-
- body.dark {
- background: #111;
- color: #eee;
- }
-
- #buildings-area {
- width: 20%;
- }
-
- #tasty-micro {
- color: #ddd;
- background-color: #211;
- width: 100px;
- height: 75px;
- }
- #buildings-area button {
- display: block;
- width: 100%;
- height: 50px;
- background-color: #222;
- color: #eee;
- }
-
- #buildings-area button:not(:last-child) {
-
- }
|