body {
width: 100vw;
background-color: aliceblue;
}
blocks {
width: 100vw;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.image {
font-family: monospace;
font-size: 12px;
}
figure {
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}
img {
height: 20px;
width: 20px;
border-radius: 50%;
object-fit: fill;
position: relative;
mix-blend-mode: difference;
transform-origin: center;
margin: 2rem;
transition: all .5s ease;
}
.image:hover img{
height: 18vw;
max-width: 30vw;
object-fit: contain;
}
.text {
font-family: sans-serif;
font-size: 14px;
letter-spacing: 0.1vw;
background-color: white;
max-width: 30vw;
height: fit-content;
padding: 0.5vw;
margin: 2rem;
}
load-more.able-to-load {
position: fixed;
bottom: 0;
left: 50%;
margin-bottom: 2vw;
}