Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
body {
margin: 0;
padding: 0;
overflow: visible;
font-family: 'Times New Roman', Times, serif, sans-serif;
}
.animated-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #3498db, #e74c3c, #f39c12, #2ecc71);
background-size: 400% 400%;
animation: gradientAnimation 15s ease infinite;
z-index: -1;
}
@keyframes gradientAnimation {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
header {
background-color: #2f263e;
color: #fff;
padding: 10px 0;
}
nav ul {
text-align: center;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav ul li a {
text-decoration: none;
color: #fff;
font-weight: bold;
}
section {
padding: 40px;
text-align: center;
}
h1 {
font-size: 36px;
}
.project {
height: auto;
width: 300px;
margin: 0 auto 20px auto;
padding: 10px;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.project1 {
height: auto;
width: 300px;
margin: 20px auto;
padding: 10px;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.project2 {
height: auto;
width: 300px;
margin: 20px auto;
padding: 10px;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img {
max-width: 50%;
height: auto;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
#about img {
display: block;
margin: 0 auto;
margin-top: 20px;
max-width: 100%;
max-height: 300px;
object-fit: cover;
}