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