Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
.Container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3rem;
position: relative;
}
.messages-container{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.sendContainer {
width: 400px;
height: 400px;
border: 2px solid #1256d4;
border-radius: 12px;
background-color: whitesmoke;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-auto-columns: 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"nameBox nameBox nameBox"
"message message message";
}
.nameBox {
grid-area: nameBox;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
height: 135%;
}
.message {
grid-area: message;
display: flex;
/* justify-content: center; */
/* align-items: center; */
background-color: #fcfafab6;
border-radius: 15px; /* Hiermee stel je de afronding van de randen in */
border: 5px solid #0056b3; /* Dit zorgt voor een rand om de kaart */
padding: 10px;
width: max-content;
height: 247px;
margin: 2rem;
flex-direction: column; /* Stapel de berichten verticaal op */
box-shadow: 0 4px 11px rgba(255, 0, 0, 0.1); /* Hier voeg je de drop shadow toe */
}
html,
body,
.container {
height: 100%;
margin: 0;
}
.messageTitle {
position: absolute;
left: 26%;
top: 5%;
color: #514216;
}
input {
background-color: whitesmoke;
border: 2px solid #9da9ab;
border-radius: 8px;
text-align: center;
width: 39%;
height: 23%;
}
input[type="submit"] {
width: 100%;
height: 160%;
position: relative;
left: 100%;
top: -226%;
cursor: pointer;
}
.home-button {
display: inline-block; /* Zorgt ervoor dat de knop inline wordt weergegeven */
font-size: 16px; /* Grootte van de tekst */
text-decoration: none; /* Verwijder onderstreping van de link */
background-color: #007bff; /* Achtergrondkleur van de knop */
color: #fff; /* Tekstkleur */
border-radius: 5px; /* Afgeronde hoeken */
border-width: 5px;
border-color: black;
border-style: solid;
border-radius: 5px;
width: 150px;
}
/* Verander de achtergrondkleur bij hover */
.home-button:hover {
background-color: #0056b3;
}
.banner{
position: absolute;
border-width: 5px;
border-color: black;
border-style: solid;
border-radius: 15px;
margin-left: 550px;
margin-top: 20px;
width: 400px;
height: 120px;
text-align: center;
background-color: #fff;
}
.homebtn {
background: transparent;
}
p{
font-size: 1rem;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.home{
margin-left: 25px;
font-weight: lighter;
font-size: small;
}
img {
width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
padding: 10px;
border-radius: 15px;
margin-left: 674px;
margin-top: -93px;
}
.bericht{
grid-area: message;
gap: 10%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.title{
margin-top: 40px;
font-size: 2rem;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.video-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.video-container video {
object-fit: cover;
width: 100%;
height: 100%;
}
.formpie {
display: flex;
align-items: center;
justify-content: center;
margin-right: 25px;
}
.kleur{
font-weight: bolder;
color: #0056b3;
}
.banner1{
padding: 20px;
position: absolute;
border-width: 5px;
border-color: black;
border-style: solid;
margin-left: 527px;
width: 400px;
margin-top: 150px;
height: 120px;
text-align: center;
background-color: #fff;
border-radius: 15px; /* Hiermee stel je de afronding van de randen in */
}
.session{
margin-top: 20px;
font-size: 1.5rem;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.knop {
padding: 10px 20px; /* Ruimte binnen de knop */
font-size: 16px; /* Grootte van de tekst */
border: 10px color(black); /* Geen rand */
background-color: #fff; /* Achtergrondkleur van de knop */
color: black; /* Tekstkleur */
border-radius: 5px; /* Afgeronde hoeken */
cursor: pointer; /* Verander de cursor in een handje bij hover */
margin-top: 500px;
margin-left: 600px;
}
/* Verander de achtergrondkleur bij hover */
.knop:hover {
background-color: #0056b3;
}
.knop1 {
padding: 10px 20px; /* Ruimte binnen de knop */
font-size: 16px; /* Grootte van de tekst */
background-color: #fff; /* Achtergrondkleur van de knop */
color: black; /* Tekstkleur */
border-radius: 5px; /* Afgeronde hoeken */
cursor: pointer; /* Verander de cursor in een handje bij hover */
}
/* Verander de achtergrondkleur bij hover */
.knop1:hover {
background-color: #0056b3;
}
.tijd{
margin-left: 655px;
margin-top: auto;
}
.home1{
width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
padding: 10px;
border-radius: 15px;
margin-left: 0px;
margin-top: 0px;
}
.label{
font-weight: bold;
margin-left: 20px;
border-radius: 15px;
}
input[type="file"] {
display: none;
}
@media screen and (max-width: 320px) {
.message {
width: 250px;
height: 250px;
padding: 20px;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.messages-container{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tijd{
margin-left: 0px;
}
img {
width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
padding: 10px;
border-radius: 15px;
margin-left: 141px;
margin-top: -93px;
}
.banner{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: 175px;
}
.knop1 {
}
}