fix: update language to Dutch and enhance styling for 'Over Ons' page

This commit is contained in:
vista-man
2025-04-04 10:16:34 +02:00
parent 5e27ad0075
commit 4af6fe45c1
2 changed files with 39 additions and 82 deletions

View File

@@ -87,3 +87,40 @@ button {
button:hover {
background-color: #218838;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
text-align: center;
}
.container {
max-width: 800px;
margin: 50px auto;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
color: #28a745;
}
p {
text-align: left;
line-height: 1.6;
}
.team-member {
margin: 20px 0;
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
}
.team-member h3 {
margin: 10px 0 5px;
}
.team-member p {
margin: 0;
}