-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (47 loc) · 805 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
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
body ,html{
background-color: rgba(34, 34, 34, 1);
height:95vh;
}
h1 {
color: white;
text-align: center;
}
h2 {
font-family: 'Source Code Pro', monospace;
height:100%;
width: 100%;
color: rgba(34, 34, 34, 1);
position: absolute;
}
p {
font-family: 'Press Start 2P', cursive;
font-size: 50px;
color: white;
}
.center {
position: relative;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.enemy {
position: absolute;
height:5%;
width: 5%;
}
#box {
height:5%;
width: 5%;
display:none;
position:absolute;
}
#enemy {
}
#pane {
position:relative;
border:0px solid red;
}