Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
body {
background-color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.content {
background: linear-gradient(90deg, #ffffff 50%, #212529 50%);
height: 800px;
overflow: hidden;
position: relative;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
}
.Logo {
font-size: 1.2rem;
}
.Logo h1 {
color: #212529;
}
.Logo h6 {
color: #6c757d;
font-size: 0.6rem;
position: relative;
bottom: 20px;
left: 20px;
}
.Home {
position: relative;
right: 50px;
color: white;
}
.Intro {
width: 499px;
margin: 0 218px;
}
.Intro p {
line-height: 2;
text-align: start;
}
.material-symbols-outlined {
position: absolute;
left: 50%;
bottom: 50%;
transform: translate(-50%, 50%);
font-size: 2rem;
color: #45CCC5;
z-index: 1;
}
.exs {
position: absolute;
right: 20%;
width: 450px;
color: white;
}
.exs span {
color: #45CCC5;
}
.exscontnt {
margin: 20px 0;
}
.exscontnt img {
width: 501px;
position: absolute;
right: 17%;
bottom: 0;
}
.cutout {
position: absolute;
right: 0;
bottom: 0;
width: 20%;
height: 20%;
border-bottom: 100px solid #F8F8F8;
border-left: 900px solid transparent;
}
.dot {
width: 30px;
height: 30px;
background-color: #B5EBE8;
border-radius: 50%;
margin: 10px;
position: relative;
left: 12%;
top: 50px;
}
.dot h1 {
font-size: 1rem;
margin: 47px;
display: flex;
}
.dot::after {
content: '\e876';
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
top: 30%;
left: 40%;
transform: translate(-50%, -50%);
font-family: "Material Symbols Outlined";
}
@media screen and (max-width: 768px){
.exscontnt img {
right: 0;
}
.checklist {
top: 71px;
position: absolute;
}
.Intro {
color: black;
width: 155px;
margin: 0 19px;
margin-top: -27px;
margin-bottom: -134px;
}
.exs {
top: 20%;
font-size: 30px;
position: absolute;
right: 7%;
width: 128px;
color: white;
}
.Intro p{
font-size: small;
}
.checklist {
bottom: 64px;
position: relative;
left: -56px;
}
.exscontnt img {
width: 195px;
}
}