Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
body{
background-image: url("images/portfoilio.png");
font-family: sans-serif;
}
.work{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-shrink: 1;
gap: 2rem;
}
.work-item{
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;
flex-direction: column;
list-style: none;
height: 15rem;
width: 15rem;
background: rgba(0, 0, 0, 0.4);
color: white;
padding: 2rem;
}
.work-item > a > button{
width: 10rem;
height: 3rem;
border: 0.2rem solid black;
border-radius: 2rem;
}
.work-item > a > button:hover{
cursor: pointer;
}
.work-image{
max-width: 100%;
}