Latest solutions
CoffeeRoasters Subscription | React Router | Tailwind
#react#tailwind-css#react-routerSubmitted about 1 year agoDictionary | React | Tailwind
#react#tailwind-css#viteSubmitted about 1 year agoEasy ways to set up light/theme toggle when using React + Tailwind because I don't think my solution is the best (adding lightMode/darkMode classes to all relevant elements)
Hangman | React | Tailwind
#react#tailwind-css#viteSubmitted about 1 year agoMessed up my css pretty badly
Latest comments
- @DorcasKomane@Xeotheosis
Hi there,
The reason that happens is because there's no hover state on mobile devices. You can change it instead to .advice button:active and the button will glow only when you click on it.
- @Jo-cloud85@Xeotheosis
Fantastic work
- @kennsawyerr@Xeotheosis
You can try position:absolute on the target component you are trying to align and position:relative on the parent of that target component (if there is one).
Marked as helpful