blob: 2e47813214ca51dd0ea7624fc7bf6949d04fd717 [file] [log] [blame]
Andreu Huguet64d065c2019-09-16 14:04:22 +02001#butons {
2 position: absolute;
3 bottom: 5%;
4 right: 0;
5}
6
7#butons button {
8 font-size: 36px;
9 height: 100px;
10 width: 70%;
11 color: white;
12 text-decoration: none;
13}
14
15button#win {
16 background-color: green;
17}
18
19button#lose {
20 background-color: red;
Andreuabbcb7e2019-09-21 18:22:14 +020021}