-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
56 lines (51 loc) · 1.01 KB
/
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
body {
background-color: #e0d1a8;
}
#title {
font-size:35px;
font-weight: bold;
}
#choices button {
background-color: #d1b977;
font-size: 25px;
font-family: 'Comic Sans MS';
text-align: center;
border: 2px solid #baa56a;
}
#choices button:hover {
background-color: #d1b977;
border: 2px solid #998039;
}
#home_button {
background-color: #d1b977;
font-size: 25px;
font-family: 'Comic Sans MS';
text-align: center;
border: 2px solid #baa56a;
position: absolute;
top: 0;
right: 0;
}
#home_button:hover {
background-color: #d1b977;
border: 2px solid #998039;
}
#fancy_btn {
background-color: #d1b977;
font-size: 25px;
font-family: 'Comic Sans MS';
text-align: center;
border: 2px solid #baa56a;
}
#fancy_btn:hover {
background-color: #d1b977;
border: 2px solid #998039;
}
#text {
font-size:28px;
font-family: 'Comic Sans MS';
}
#counter {
width: auto;
height: 30px;
}