-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRBWS.css
62 lines (53 loc) · 805 Bytes
/
RBWS.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
h1 {
font-size: 350%;
margin-bottom:0em;
}
section {
border-radius: 1em;
padding: 1em;
position: absolute;
top: 45%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
body {
font-family: 'Special Elite', cursive;
height: 100%;
width: 100%;
overflow: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
h5 {
margin-top:0em;
margin-bottom:0.1em;
}
h6 {
margin-top:0em;
margin-bottom:0.1em;
}
ul{
list-style-type:none;
margin: 0 auto;
padding-left: 1px;
font-size: 150%;
margin-top: 1em;
}
li{
margin-top: 0.4em;
}
footer{
top: 90%;
width: 100%;
text-align: center;
position: absolute;
font-size: 50%;
}
ul.smellylist li{
display:inline-block;
padding-right: 50px;
}