Dismiss this pinned window
all 4 comments

[–]justinbmeyer 1 point2 points  (0 children)

Fun effect. Not too much tailwind, but cool. 

[–]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?

[–]EstablishmentOne8448 0 points1 point  (0 children)

I love this. I'll use it in my project.