This commit is contained in:
EspenVista
2025-04-08 10:10:13 +01:00
parent 1d64fad231
commit 2a695ee737
3 changed files with 20 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
}
.section{
background-color: #000;
background-color: #000000;
}
@@ -102,7 +102,9 @@ body {
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
opacity: 0.5;
background-color: rgba(255, 255, 255, 0.7);
}
h2 {
color: #28a745;
}
@@ -125,10 +127,3 @@ p {
margin: 0;
}
body{
background-image: url(img/spik\ en\ span\ achtergrond.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}