Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
body {
background-color: gray;
}
.gastenboek {
text-align: center;
font-size: 30px;
margin: 20px;
font-family: 'CustomFont', sans-serif;
background-color: #333;
color: white;
padding: 10px;
margin-top: -8px;
margin-right: -1000px;
margin-left: -1000px;
}
.form {
font-size: 20px;
text-align: center;
font-family: 'CustomFont', sans-serif;
text-align: center;
margin-top: 50px;
}
.text input[type="text"],
.text input[type="number"],
.text textarea,
.text input[type="file"] {
border-radius: 10px;
padding: 5px;
}
.text {
margin: 25px;
font-family: 'CustomFont', sans-serif;
text-align: center;
font-size: 20px;
}
.text1 {
margin: 25px;
font-family: 'CustomFont', sans-serif;
text-align: center;
font-size: 20px;
display: flex;
flex-direction: column-reverse;
/* overflow: hidden; */
}
.text input.naam {
height: 20px;
}
.naam {
border-radius: 10px;
}
.gastenboekberichten {
text-align: center;
font-size: 30px;
margin: 20px;
font-family: 'CustomFont', sans-serif;
background-color: #333;
color: white;
padding: 10px;
margin-top: -8px;
margin-right: -1000px;
margin-left: -1000px;
}
img {
width: auto;
height: 200px;
border-radius: 10px;
}
.submitt {
background-color: rgb(0, 0, 0);
color: white;
padding: 10px 20px;
border: none;
border-radius: 10px;
cursor: grab;
text-decoration: none;
}
.submitt:hover {
background-color: #333;
}
.container {
display: flex;
justify-content: center;
align-items: center;
}
.pill {
font-size: 12px;
font-family: "Readex Pro", sans-serif;
padding: 0.5em 1em;
margin: 0.25em;
border-radius: 1em;
border: none;
outline: none;
background: #000000;
cursor: pointer;
color: white;
width: 100px;
height: auto;
}
.pill:not(.pill--selected):hover {
background: #333;
}
.pill--selected {
background: #009578;
color: #ffffff;
}
.bericht {
text-align: center;
font-size: 30px;
margin: 20px;
/* margin-bottom: 300px; */
font-family: 'CustomFont', sans-serif;
background-color: #333;
color: white;
padding: 10px;
margin-top: 80px;
margin-right: -1000px;
margin-left: -1000px;
}
@media only screen and (max-width: 768px) {
.text input.naam,
.text input[type="number"],
.text textarea,
.text input[type="file"],
.submitt {
width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
}
.form {
width: 80%;
margin: auto;
}
img {
max-width: 100%;
height: auto;
}
h1 {
font-size: 20px;
}
.text p {
font-size: 0.8em;
}
}