Andreu Huguet | 64d065c | 2019-09-16 14:04:22 +0200 | [diff] [blame] | 1 | #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 | |||||
15 | button#win { | ||||
16 | background-color: green; | ||||
17 | } | ||||
18 | |||||
19 | button#lose { | ||||
20 | background-color: red; | ||||
21 | } |