Nicely done, works great responsively. My only suggestion would be to place the :hover/:focus on the grid-item-container so that the background effect doesn't un-trigger when hover over text.
:hover/:focus
grid-item-container
.grid-item-container { position: relative; overflow: hidden; &:hover .grid-item, &:focus .grid-item { transform: scale(1.08); } }
Updated Codepen: codepen.io/getreworked/pen/zYGWBde
Thanks for the feedback.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nicely done, works great responsively. My only suggestion would be to place the
:hover/:focuson thegrid-item-containerso that the background effect doesn't un-trigger when hover over text.Updated Codepen: codepen.io/getreworked/pen/zYGWBde
Thanks for the feedback.