-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
57 lines (49 loc) · 1.25 KB
/
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
57
body {
background-color: black!important;}
body div h4 {color: antiquewhite;}
img#imglogo {width: 30%!important; height: 30%!important;}
div.container {
text-align: center;
display: table;
}
#top, #bottom, #left, #right {
background: #ffff00;
position: fixed;
}
#left, #right {
top: 0; bottom: 0;
width: 5px;
}
#left { left: 0; }
#right { right: 0; }
#top, #bottom {
left: 0; right: 0;
height: 5px;
}
#top { top: 0; }
#bottom { bottom: 0; }
body{background-color: #252525;}
div#header {
margin: 0;
position: absolute;
top: 30%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)}
#header{color: grey;}
div#May {
margin: 0;
position: absolute;
top: 45%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)}
#May-hello{color: grey;}
div#start {
margin: auto;
width: 60%;
padding: 10px;
vertical-align: middle;
}
#h1header {color: antiquewhite!Important;}
.p {color: antiquewhite!important;}