Added the standard styling

This commit is contained in:
tijsklaren 2023-01-01 14:56:52 +01:00
parent 96655939cc
commit e07eea15fb
1 changed files with 22 additions and 0 deletions

22
src/css/general.css Normal file
View File

@ -0,0 +1,22 @@
body{
/* Positioning */
margin: 0;
/* Font */
font-family: 'Roboto', sans-serif;
/* Background */
background-color: white;
background-image: url("https://git.intermate.nl/CIE_plus_plus/resources/raw/branch/main/images/balls.svg");
background-repeat: repeat;
background-size: cover;
}
h1{
font-size: 40px;
font-weight: normal;
}
a{
color: var(--intermate-red);
}