This commit is contained in:
EspenVista
2025-04-08 11:01:57 +01:00
parent 2a695ee737
commit e3833107ae
2 changed files with 25 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
justify-content: right;
background-color: #000;
padding: 10px 20px;
color: black;
}
.logo {
@@ -127,3 +128,22 @@ p {
margin: 0;
}
.achtergrond-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.inhoud {
position: relative;
z-index: 1;
color: white;
text-align: center;
margin-top: 20vh;
}