The Avatar list is a common component used to show the people associated with some entity at a glance. This is also sometimes called an "image pile"
👉🏻 Grid is very useful to implement this layout as we can easily create overlapped elements by setting the column size to be smaller than the actual size of the items.
👉🏻 We also have used the subsequent sibling selector to select all the items after the currently hovered upon element and shift them towards right a little bit
#css
#csstricks
#coding
#programming
#html
#frontend
#javascript
#reactjs
#vuejs