-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
77 lines (63 loc) · 1.13 KB
/
main.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
body {padding: 0; margin: 0; overflow: hidden;}
#canvas {background: black;}
#menu, #reMenu {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
}
#reMenu {background: transparent;}
h1, p, a {
position: relative;
z-index: 1;
font: 72px "Press Start 2P", cursive;
color: white;
text-align: center;
margin: 0;
}
a{
font-size : 16px;
margin: 0;
display: inline-block;
position: relative;
left: 0;
}
h1 {margin-top: 5%;}
p {
font-size: 16px;
margin-top: 10px;
padding-left: 200px;
}
a#start, a#restart, a#tweet, p#loading {
font-size: 24px;
display: block;
width: 120px;
top: 30%;
left: 0;
border-top: 5px solid white;
border-bottom: 5px solid white;
padding: 10px;
text-decoration: none;
margin: 0 auto;
}
a#restart {width: 165px; top: 20%}
a#tweet {top: 25%; width: 342px;}
#score {
bottom: 10px;
position: absolute;
z-index: 1;
padding-left: 10px;
font-size: 16px;
}
p#loading {
border: none;
font-size: 16px;
top: 20%;
width: 200px;
}
a#start{top: 100%;}
#info2 {padding : 0;}