-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
81 lines (67 loc) · 1020 Bytes
/
styles.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
78
79
80
81
body {
font-family: Inconsolata;
color:#c9d1d9;
}
linkgit {
font-size: 28px;
color: darkred;
}
mainheader
{
font-size: 28px;
}
homeheader
{
color: #c9d1d9;
font-size: 20px;
}
/* even the styles.css has sloppy code, please dont tell me to fix sloppy code instead if the sloppy code is annoying you just fork the repo and fix it your self and create a pr */
li {
float: left;
background-color: #1b1d27;
}
a {
display: block;
padding: 8px;
}
footer {
background-color: #17182e;
padding: 10px;
text-align: center;
color: white;
position:fixed;
left:0px;
bottom:-2px;
width:100%;
}
blackbackground
{
background-color: black;
}
middle
{
text-align: center;
}
div
{
justify-content: center;
display: flex;
}
relativepos {
position: relative;
top: 0;
left: 0;
}
absolutepos {
position: absolute;
bottom: 20px;
}
big
{
font-size: medium;
}
vi a:visited {
color: rgb(111, 58, 255);
background-color: transparent;
text-decoration: none;
}