progress on new website

This commit is contained in:
2023-05-19 07:53:09 +02:00
parent f659c53a64
commit d856df8e1b
7 changed files with 116 additions and 19 deletions

View File

@@ -11,6 +11,15 @@ body {
font-family: sans-serif;
}
::selection {
background-color: rgb(41, 37, 95);
color: white;
-webkit-background-clip: none;
background-clip: none;
-webkit-text-fill-color: currentColor;
}
/*
GRADIENTS
*/
@@ -24,6 +33,14 @@ body {
}
/*
Colours
*/
.white {
color: white;
}
/*
SIZES
*/
@@ -32,6 +49,10 @@ body {
font-size: 500%;
}
.biggest {
font-size: 325%;
}
.bigger {
font-size: 200%;
}
@@ -42,4 +63,8 @@ body {
.no-margin {
margin: 0;
}
.half-width {
width: 50%;
}