Tic-tac-toe React App [TypeScript, SCSS, React, Vite]

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Joshk7
This looks really nice. I especially like the animations you added on the toggle. If you want to add another animation to look like buttons are being pressed in on hover you can add this to any button:
button:hover { box-shadow: none; transform: translateY(0.25rem); }
The drop shadow of the button is removed and the button is moved slightly down.
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