Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
html,body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: monospace;
}
.hero {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
img {
max-width: 30px;
max-height: 30px;
}
.afterhero {
display: flex;
flex-direction: column;
background-color: #11009E;
height: 500px;
width: 100%;
}
.welcometitle {
display: flex;
justify-content: center;
align-items: center;
height: inherit;
padding: 20px;
line-height: 1.5;
line-break: strict;
color: white;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #11009E;
color: white;
height: 541px;
width: 100%;
text-align: center;
}
form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
width: 100%;
}
div.guestbook div{
margin: 10px;
}
label {
margin: 10px;
font-size: 20px;
}
input {
margin: 10px;
width: 100px;
cursor: pointer;
background-color: #4942E4;
border: none;
color: white;
border-radius: 3px;
padding: 10px;
text-align: center;
outline: none;
}
input:hover {
background-color: #3A33C4;
}
input:active {
background-color: #211c71;
}
input.submit-btn{
width: 420px;
}
input.namecl {
width: 403px;
}
textarea {
resize: none;
height: 200px;
width: 400px;
background-color: #4942E4;
border: none;
color: white;
border-radius: 3px;
padding: 10px;
text-align: center;
outline: none;
}
.gastenbookcontainer {
display: flex;
align-items: center;
justify-content: center;
background-color: #E6B9DE;
color: white;
height: fit-content;
flex-wrap: wrap;
width: 100%;
text-align: center;
}
.guestbook {
display: flex;
flex-wrap: wrap;
height: inherit;
align-items: center;
justify-content: center;
flex-direction: column;
}
button{
margin: 10px;
cursor: pointer;
background-color: #4942E4;
border: none;
color: white;
border-radius: 3px;
padding: 10px;
text-align: center;
outline: none;
}
#messageList {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.im {
display: flex ;
flex-direction: column;
align-items: center;
justify-content: center;
}
.im h1,h2 {
text-align: center;
}
.guestbook-image {
max-width: 30px;
max-height: 30px;
}
@media (min-width: 786px) {
.afterhero {
height: 700px;
width: 100%;
}
.afterhero img {
width: 40%;
margin: 0 auto;
}
}