Commit | Line | Data |
---|---|---|
d666e771 BA |
1 | #rpsls { |
2 | margin-top: 50px; | |
3 | margin-bottom: 50px; | |
4 | } | |
5 | ||
6 | .topSpacing { | |
7 | margin-top: 40px; | |
8 | } | |
9 | ||
10 | .leftSpacing { | |
11 | padding-left: 40px; | |
12 | } | |
13 | ||
14 | .compChoice { | |
15 | border: 3px solid red; | |
16 | } | |
17 | ||
18 | .humanChoice { | |
19 | border: 3px solid green; | |
20 | } | |
21 | ||
22 | .compChoice.humanChoice { | |
23 | border: 3px solid black; | |
24 | } | |
25 | ||
26 | .image { | |
27 | width: 20%; | |
28 | cursor: pointer; | |
29 | } | |
30 | ||
31 | .message { | |
32 | width: 100%; | |
33 | font-weight: bold; | |
34 | font-size: 1.2rem; | |
35 | } | |
36 | ||
37 | .scoreMsg { | |
38 | font-size: 1.5rem; | |
39 | } | |
40 | ||
41 | .score { | |
42 | font-weight: bold; | |
43 | } | |
44 | ||
45 | footer { | |
46 | position: absolute; | |
47 | bottom: 0; | |
48 | width: 100%; | |
49 | } |