-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
33 lines (30 loc) · 1005 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
.gradients-color {
/*background-image: linear-gradient(to right,
rgba(249, 230, 255, 1),
rgba(226, 163, 255, 1),
rgba(255, 254, 255, 1),
rgba(194, 243, 255, 1),
rgba(194, 243, 255, 1),
rgba(255, 254, 255, 1),
rgba(226, 163, 255, 1),
rgba(249, 230, 255, 1),
rgba(226, 163, 255, 1),
rgba(255, 254, 255, 1),
rgba(194, 243, 255, 1),
rgba(194, 243, 255, 1),
rgba(255, 254, 255, 1),
rgba(226, 163, 255, 1),
rgba(249, 230, 255, 1)
); */
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-background-size: 200% 100%;
animation: bgp 2.5s infinite linear;
font-size: x-large;
font-weight: bolder;
-webkit-text-stroke: 1px #000;
filter: drop-shadow(#000 0px 1px 0px);
-webkit-filter: drop-shadow(#000 0px 1px 0px);
filter: drop-shadow(#000 0px 2px 0px);
-webkit-filter: drop-shadow(#000 0px 2px 0px);
}