-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyles.css
85 lines (69 loc) · 1.07 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
font-family: "Open Sans", Arial, sans-serif;
font-size: 16px;
}
h1 {
font-size: 52px;
font-weight: 700;
}
h2 {
font-size: 36px;
color: dimgrey;
}
h3 {
font-size: 28px;
}
.block {
margin-bottom: 45px;
}
.rules-tile {
height: 210px;
background-color: rgb(39, 156, 175);
color: white;
font-size: large;
text-align: center;
margin-bottom: 15px;
vertical-align: middle;
border-radius: 10px;
padding: 45px;
}
.rules-tile i {
font-size: 40px;
padding: 10px;
}
.play div {
display: inline-block;
width: 30px;
}
.play pre {
margin-top: 10px;
}
.about img {
height: 50px;
display: inline-block;
}
.winners .player, .winners .beats {
text-align: center;
}
.losing i {
background-color: darkred;
}
.winning i {
background-color: green;
}
.player {
text-align: center;
}
.weapon-icon i {
text-align: center;
font-size: 72px;
padding: 30px;
border-radius: 75px;
color: white;
}
.weapon-icon {
text-align: center;
}
.winning-row {
padding: 100px 0;
}