Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
.berichten-container {
display: flex;
flex-direction: column-reverse ;
align-items: center;
}
.send-message button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
transition-duration: 0.4s;
}
.send-message button a {
color: white;
text-decoration: none;
}
.send-message button:hover {
background-color: #45a049;
}
section {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
padding: 1em;
background-color: #8F9779;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
width: 90%;
max-width: 800px;
}
section img{
max-width: 200px;
}
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
h1 {
text-align: center;
}
form {
max-width: 600px;
margin: 20px auto;
background-color:#8F9779;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
input[type="text"],
textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type="file"] {
margin-top: 10px;
}
input[type="submit"] {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
transition: background-color 0.3s;
}
input[type="submit"]:hover {
background-color: #45a049;
}
.send-message {
position: fixed;
top:0;
width: 100%;
}
.sendMessage {
text-align: center;
}