This commit is contained in:
EspenVista
2025-04-08 08:37:55 +01:00
parent 0ec306c2cd
commit 1d64fad231
2 changed files with 13 additions and 27 deletions

View File

@@ -13,7 +13,7 @@
font-family: Arial, sans-serif;
}
.navbar {
.navbar {
display: flex;
align-items: right;
justify-content: right;
@@ -49,10 +49,10 @@
.size {
.size {
width: 33.33%;
height: 25%;
}
}
body {
font-family: Arial, sans-serif;
@@ -123,4 +123,12 @@ p {
}
.team-member p {
margin: 0;
}
body{
background-image: url(img/spik\ en\ span\ achtergrond.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}