CSS to create overlapping profile images

.tile-inner {
width: 87px;
}

.tile-image-area {
border: solid 5px white;
border-radius: 50%;
box-shadow: inset 0px 0px 0px 10px white;
}

.inner {
grid-template-columns: repeat(5, 55px) !important;
}

Screen Shot 2021-04-19 at 9.57.49 PM

17 Likes