-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
41 lines (35 loc) · 937 Bytes
/
index.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
@import url("https://dev-cats.github.io/code-snippets/JetBrainsMono.css");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
.sec0{
background-color: aqua !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 300%;
}
.sec1{
background-color: chartreuse !important;
font-family: 'JetBrainsMono';
font-size: 300%;
color: blue;
}
.sec2{
background-color: darkgrey !important;
font-family: monospace;
font-size: 300%;
color: darkmagenta;
}
.sec3{
background-color: crimson !important;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 300%;
}
.sec4{
background-color: deeppink !important;
font-family: 'Quicksand', sans-serif;
font-size: 300%;
}
.linkto{
display: block;
position: relative;
left: 50%;
transform: translateX(-50%);
}