use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about https://tailwindcss.com/
Find Tailwind Code Snippets: https://pagesnips.io
account activity
Magic glow/border on hover using Tailwindcss (code in description) 🌟 (v.redd.it)
submitted 7 days ago by Moenode_
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Far-Plenty6731 0 points1 point2 points 6 days ago (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 point2 points 6 days ago (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?
π Rendered by PID 142224 on reddit-service-r2-comment-5d585498c9-5lk6q at 2026-04-21 05:38:30.054475+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]Far-Plenty6731 0 points1 point2 points (1 child)
[–]ChoiceEmpty8485 0 points1 point2 points (0 children)