Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
body {
font-family: "Protest Guerrilla", sans-serif;
background: linear-gradient(to bottom, #00A9A5, #F4E6C7);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
min-height: 100vh;
}
.entryform {
display: flex;
flex-direction: column;
align-items: center;
}
.chat {
display: flex;
flex-direction: column-reverse;
align-items: center;
}
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 {
width: 200px;
}
form {
align-items: center;
display: flex;
flex-direction: column;
width: 100%;
}
h1 {
font-size: 200%;
font-weight: 100;
text-align: center;
color: white;
}
#titel {
color: tan;
}
h2 {
font-size: 150%;
font-weight: 100;
text-align: center;
color: white;
}
h3 {
font-size: 100%;
font-weight: 100;
text-align: center;
color: white;
}
a{
font-size: x-large;
color: tan;
}
form input, form textarea {
border-radius: 10px;
border: 3px solid #FFD700;
margin: 10px 0;
padding: 20px;
outline: none;
width: 90%;
}
input:focus, textarea:focus {
background-color: darkgrey;
}
#fileToUpload {
width: 30%;
display: flex;
flex-direction: column;
background-color: white;
text-align: center;
}
button {
max-width: 200px;
border-radius: 15px;
font-family: "Protest Guerrilla", sans-serif;
}
button:hover {
background-color: #FFD700;
cursor: pointer;
}