-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguess.css
More file actions
62 lines (47 loc) · 658 Bytes
/
Copy pathguess.css
File metadata and controls
62 lines (47 loc) · 658 Bytes
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
.notify {
font-size: 35px;
font-weight: bold;
}
.mid {
height: 480px;
max-width: 1500px;
}
.island {
display: none;
/*opacity: 0;*/
}
.island .mid {
margin: 0 auto !important;
}
.jumbotron {
background-color:#b03535 !important;
}
.jumbotron h1 {
color:#6ba39c;
}
.jumbotron h2 {
color: black;
}
#guessing {
background-color:#366d66 !important;
color: #c2d1ec !important;
}
#lives-left{
background-color:#4bdb5c !important;
}
body {
background-color:#d4e5e0;
}
#remaining {
border: 2px solid black !important;
}
#lives-left button{
margin-top: 50px;
}
img {
margin-top: 10px;
}
.col-xs-2 img {
height: 175px;
width: 150px;
}