almost finished website
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user