mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
fix: update language to Dutch and enhance styling for 'Over Ons' page
This commit is contained in:
37
style.css
37
style.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user