-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (53 loc) · 954 Bytes
/
style.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
body {
background-color: teal;
}
#main {
background-color: lightcyan;
width: 900px;
margin-left: auto;
margin-right: auto;
}
#category {
background-color: slateblue;
width: 880px;
height: 50px;
padding: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 42px;
line-height: 42px;
}
#entry {
width: 900px;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
text-align: center;
font-size: 34px;
}
#hangman {
background-color: linen;
height: 150px;
width: 400px;
padding: 25px;
float: left;
font-size: 20px;
}
#not_found {
background-color: linen;
height: 150px;
width: 400px;
padding: 25px;
float: left;
}
#form {
font-size: 20px;
width: 400px;
padding: 10px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
}