mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
update
This commit is contained in:
20
style.css
20
style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user