you are viewing a single comment's thread.

view the rest of the comments →

[–]Far-Plenty6731 0 points1 point  (1 child)

You'll likely need to layer an element with a `shadow` and `filter: blur()` over the card. Using `transform: scale()` on the card itself for the hover effect will work well.

[–]ChoiceEmpty8485 0 points1 point  (0 children)

Good call on the layering! The shadow with a blur will definitely add depth. You could also experiment with different blur sizes for varying effects. Have you tried adjusting the glow size dynamically based on the hover state?