CSS to create overlapping profile images

Nevermind…figured it out :grin:

Screen Shot 2021-04-19 at 9.32.17 PM

<pre><span><style>
.tile-inner {
width: 80px;
}
.inner {
grid-template-columns: repeat(5, 40px) !important;
}
7 Likes