-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
44 lines (33 loc) · 870 Bytes
/
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
body{
background-color: rgb(20, 20, 20);
}
h1{
font-family: 'Trebuchet MS';
background: linear-gradient( #4DFFC0, #4D75FF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-align: center;
font-size: 40px;
}
h2{
font-family: 'Trebuchet MS';
background: linear-gradient( #4DFFC0 , #4D75FF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-align: center;
}
p{
font-family: 'Trebuchet MS';
background: linear-gradient( #4DFFC0, #4D75FF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
li{
font-family: 'Trebuchet MS';
background: linear-gradient( #4DFFC0 , #4D75FF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.center-aligned{
text-align: center;
}