almost finished website

This commit is contained in:
2023-05-19 21:59:00 +02:00
parent 5f69d25662
commit 8e1d803d8d
13 changed files with 351 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ body {
GRADIENTS
*/
.gradient-purple {
.gradient {
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;
@@ -50,6 +50,10 @@ body {
}
.link-invisible {
text-decoration: none;
}
/*
SIZES
*/
@@ -66,6 +70,28 @@ body {
font-size: 200%;
}
.medium-size {
font-size: 175%;
}
.small-size {
font-size: 90%;
}
.smaller-size {
font-size: 75%;
}
.smallest-size {
font-size: 60%;
}
.very-small {
font-size: 30%;
font-family: sans-serif;
color: rgb(107, 107, 107);
}
.small-margin {
margin: 0.5%;
}