Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
* {
font-family: Arial, Helvetica, sans-serif
}
body {
background-image: url('photo-1452716726610-30ed68426a6b.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.header {
border-style: solid;
border-width: 10px;
color: rgb(255, 255, 255);
border: none
}
.p {
color: #ffffff;
font-size: large;
}
h1 {
width: max-content;
font-size: 25px;
position: relative;
cursor: pointer;
color: white;
}
h1::after {
content: "";
position: absolute;
bottom: -5px;
height: 4px;
width: 100%;
left: 0;
background-color: #595959;
transition: 0.3s;
transition-timing-function: ease-in-out;
transform: scaleX(0);
}
h1:hover::after {
transform: scaleX(1);
}
.container {
display: flex;
/* or inline-flex */
justify-content: center;
align-items: center;
}
.container2 {
display: flex;
}
.h2 {
color: white;
}