Advice Generator App Using Tailwind CSS

Solution retrospective
I was unable to create the glowing hiver effect with tailwind-css.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rymnddev
I did this same challenge with TailwindCSS, you can see my source code here: https://github.com/king-oldmate/FEM-advice-generator-app/blob/master/src/App.js
Anyway, I used the following class with arbitrary values for the shadow/glow effect: hover:shadow-[0_0_22px_8px_rgba(82,255,168,0.5)]
here's the documentation for it: https://tailwindcss.com/docs/box-shadow
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord