-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
128 lines (102 loc) · 1.62 KB
/
Copy pathmain.css
File metadata and controls
128 lines (102 loc) · 1.62 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
background-color: #ABD0BA;
}
h1 {
font-size: 60px;
text-align: center;
color: #574523;
font-family: Comic Sans Ms, Sans Serif;
font-weight: bolder;
padding-top: 50px;
margin-bottom: -10px;
}
p {
font-family: Comic Sans Ms, Sans Serif;
text-align: center;
color: white;
font-size: 22px;
}
#trys {
font-size: 20px;
margin-top: -13px;
}
#notification {
display: none;
font-size: 20px;
margin-top: -13px;
}
#hintMessage {
font-family: Verdana;
font-size: 20px;
}
#hintDiv {
margin-top: 2px;
border: 5px solid #574523;
border-radius: 12px;
background-color: #8F7F55;
text-align: center;
margin-left: 610px;
margin-right: 200px;
margin-bottom: -20px;
display: none;
}
#question {
font-size: 24px;
color: #1E4617;
font-family: Comic Sans Ms, Sans Serif;
font-weight: bold;
}
#mainArea {
text-align: center;
background-color: #79B08F;
padding-bottom: 40px;
}
#banana {
margin-top: -205px;
margin-right: 90px;
height: 200px;
width: 200px;
transform: rotate(-40deg);
float: right;
}
#monkey {
height: 300px;
width: 300px;
float: left;
margin-top: -280px;
margin-left: 50px;
}
input {
height: 50px;
width: 160px;
text-align: center;
margin-bottom: 10px;
border: none;
}
button {
background-color: #1E4617;
text-decoration: none;
font-size: 20px;
margin: 5px;
height: 45px;
width: 120px;
color: white;
border-radius: 12px;
border: none;
}
button:hover {
background-color: #DFDB51;
color: #574523;
font-weight: bolder;
}
#resetButton {
margin-left: -350px;
}
#playAgainButton {
font-size: 24px;
height: 60px;
width: 150px;
margin: auto;
clear: both;
display: none;
}