-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
84 lines (70 loc) · 1.32 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@0;1&display=swap');
body {
font-family: 'Josefin Sans', sans-serif;
font-size: 13.5pt;
color: #fafafa;
background-color: #0f0f0f;
}
#navbar {
font-size: 20pt;
border-color: #3e3e3e;
border-bottom-width: 6px;
border-bottom-style: solid;
}
#header {
text-align: center;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
#footer {
font-size: 11pt;
color: #3f3f3f;
text-align: center;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
.head {
font-size: 40pt;
}
.menze {
color: #17d67d;
}
.tunte {
color: #d61770;
}
.image {
border-radius: 5%;
border-top-width: 8px;
border-top-style: solid;
border-right-width: 8px;
border-right-style: solid;
border-bottom-width: 8px;
border-bottom-style: solid;
border-left-width: 8px;
border-left-style: solid;
border-color: #fafafa;
}
.quote {
font-size: 15pt;
}
.gay {
background-image: linear-gradient(to left,#1770d6, #17d67d,#d61770);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
.saltine {
color: inherit;
text-decoration: none;
}
.lang {
font-size: 15pt;
}
h2 {
font-size: 18pt;
}
a {
color: #1770d6;
}