diff --git a/src/css/general.css b/src/css/general.css new file mode 100644 index 0000000..310a09c --- /dev/null +++ b/src/css/general.css @@ -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); +} \ No newline at end of file