-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
80 lines (71 loc) · 1.37 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
input {
width: 100%;
padding: 10px 10px 10px 10px;
font-size: 20px;
}
p {
font-size: 20px;
}
button {
width: 100%;
display: inline;
}
#Hint{
width: inherit;
}
#yourGuess {
text-align: center;
margin-top: 1px;
margin-bottom: 1px;
border: 1px solid #c0c0c0;
}
.Guess {
text-align: left;
width: 100%;
font-weight: bold;
padding-bottom: 0px;
margin-bottom: 0px;
color: black;
}
.row {
margin-top: 30px;
}
#guesses_Left {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 1px;
margin-bottom: 1px;
border: 1px solid #c0c0c0;
}
.jumbotron {
padding-top: 5px;
padding-bottom: 5px;
background-color: orange;
color: white;
text-align: center;
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;
;
}
h1 {
color: orange;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
#Answer {
display: inline;
margin-left: 10px;
}
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger {
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;
border-radius:0;
}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active {
margin-top: 3px;
margin-bottom: -3px;
}