-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdom.css
More file actions
49 lines (45 loc) · 900 Bytes
/
dom.css
File metadata and controls
49 lines (45 loc) · 900 Bytes
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
body {
background-image: url(assets/bg.jpg);
background-color: white;
background-repeat: repeat-x;
background-attachment: fixed;
background-position: left 0px top 180px;
}
.slime img {
width: 150px;
height: 150px;
position: absolute;
top: 385px;
left: 0;
transform: rotateY(180deg);
}
.intro h1 {
font-size: 80px;
color: darkcyan;
position: absolute;
left: 490px;
top: 0;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#buttonDiv {
text-align: center;
display: inline-block;
width: 40%;
position: absolute;
left: 400px;
top: 550px;
}
#startGameBtn {
background-color: darkcyan;
color: white;
border: 3px solid darkcyan;
width: 500px;
font-weight: 800;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}