-
Notifications
You must be signed in to change notification settings - Fork 0
/
main-2.css
102 lines (77 loc) · 1.08 KB
/
main-2.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
body{
font-family:'Open Sans', sans-serif;
}
header{
float:left;
margin:0 0 30 0;
width:100%;
text-align:center;
background:#444;
border-color: #111;
border-width: 10px;
}
#title{
font-family:'Lobster', cursive;
margin: 15px 0;
font-size: 1.75em;
font-weight: normal;
line-height: .8em;
color:#FFF;
}
h1{
color:#111;
}
h2 {
font-size: 1.1em;
margin: -5px 0 0;
font-weight: normal;
}
body {
background-color:#888;
color:#FFF;
}
p{
text-align: center;
color:#fff;
}
form{
text-align: center;
}
button{
background-color: #444;
border-radius: 5px;
border-radius: 5px;
border-radius:6px;
color: #fff;
font-size: 1.5em;
text-decoration: none;
cursor:pointer;
border:none;
text-align: center;
}
button:hover {
border: none;
background:#4c9aaa;
box-shadow: 0px 0px 1px #777;
}
input{
color:#111;
}
#hint{
text-align: center;
}
#answer{
text-align: center;
}
#exclamation{
font-size: 6em;
}
.button{
text-align: center;
}
#wrapper{
text-align: center;
}
#guessOutput{
background-color: #111;
}