progress on website
This commit is contained in:
@@ -20,12 +20,21 @@ body {
|
||||
-webkit-text-fill-color: currentColor;
|
||||
}
|
||||
|
||||
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings:
|
||||
'FILL' 0,
|
||||
'wght' 400,
|
||||
'GRAD' 0,
|
||||
'opsz' 48
|
||||
}
|
||||
|
||||
/*
|
||||
GRADIENTS
|
||||
*/
|
||||
|
||||
.gradient-purple {
|
||||
background-image: repeating-linear-gradient(to right, rgb(85, 19, 116), rgb(131, 28, 151), rgb(119, 77, 128));
|
||||
background-image: repeating-linear-gradient(to right, rgb(30, 36, 131), rgb(87, 66, 184), rgb(105, 115, 214));
|
||||
width: fit-content;
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
|
||||
Reference in New Issue
Block a user