blob: 8ba3b54abc74d7039bf4099347020f13cf7adfa5 [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;
21}