-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
53 lines (49 loc) · 649 Bytes
/
Copy pathmenu.css
File metadata and controls
53 lines (49 loc) · 649 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
50
51
52
53
body{
margin:0;
overflow:hidden;
background-color:black;
text-align:center;
font-family: sans-serif;
}
h1{
color:white;
font-size:7em;
display:inline;
}
h2{
color:white;
font-size:1em;
}
h3{
color:white;
font-size:1em;
}
#textbox{
display:block;
margin:auto;
}
footer{
position:absolute;
bottom:0;
width:100%;
}
#center{
position:absolute;
margin:auto;
top:0;
left:0;
bottom:0;
right:0;
height:400px;
}
#tutorial{
position:absolute;
bottom:0px;
width:100%;
height:200px;
}
#box{
float:right;
width:33%;
height:100%;
}