-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
104 lines (92 loc) · 1.42 KB
/
main.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
h1 {
text-align: center;
}
h5 {
text-align: center;
}
.fails {
text-align: right;
}
.deaths {
text-align: right;
}
.wins {
text-align: right;
}
#startButton {
text-align: center;
margin: 0 auto;
/* color: #f7bf9a; */
}
#blanks {
text-align: center;
font-size: 48px;
letter-spacing: 5px;
}
.buttons {
text-align: center;
padding: 20px 5px;
}
.start {
position: relative;
width: 270px;
height: 204px;
margin: 0 auto;
display: show;
}
.lose {
position: relative;
width: 270px;
height: 204px;
margin: 0 auto;
display: none;
}
.jumbotron {
margin: 0 auto;
text-align: center;
}
.waves-effect waves-light btn-large {
margin: 0 auto;
}
#hint {
text-align: center;
font-size: 24px;
margin: 9px;
/* color: #f7bf9a; */
}
.fails {
font-size: 18px;
/* color: #f7bf9a; */
}
.wins {
font-size: 18px;
/* color: #f7bf9a; */
}
.deaths {
font-size: 18px;
/* color: #f7bf9a; */
}
#failCount {
color: red;
font-size: 18px;
}
#winCount {
color: green;
font-size: 18px;
}
#bodyCount {
color: red;
font-size: 18px;
}
.container {
padding: 2px;
}
#nextButton {
margin: 0 auto;
display: none;
}
/* body {
background-image: url("http://moziru.com/images/wild-west-clipart-western-background-16.jpg");
background-size: auto 100%;
background-repeat: no-repeat;
} */