-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.css
More file actions
39 lines (32 loc) · 1.54 KB
/
script.css
File metadata and controls
39 lines (32 loc) · 1.54 KB
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
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sixtyfour&family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sixtyfour&family=Titan+One&display=swap');
.title{
font-family: 'Anton';
font-size: 50px;
font-weight: bolder;
text-align: center;
background: -webkit-linear-gradient(#79DFDD, #ffffff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-stroke: 2px black;
}
#items{
font-family: 'Paytone One';
font-size: 30px;
font-weight: bold;
text-align: center;
background: -webkit-linear-gradient(#a93838, #ffffff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-stroke: 2px black; /
}
.green-items {
font-family: 'Paytone One' !important; /*important overrides it to green */
font-size: 30px !important;
font-weight: bold !important;
text-align: center !important;
background: -webkit-linear-gradient(#38a95a, #ffffff) !important;
-webkit-text-fill-color: transparent !important;
-webkit-background-clip: text !important;
-webkit-text-stroke: 2px black !important;
}