Fylo dark theme landing page using SCSS, CSS Flexbox and Grid

Solution retrospective
Any tips on fluid typography and how to color svgs for the hover effect is welcomed because I didn't know how to handle the svg on hover and this is my first time incorporating fluid typography. Feedback is appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hi, on changing the svg color on hover, I personally create another svg and change it's color, and hook the original svg and the one I created to Javascript, so as to toggle between both of them whether on hover or not simply by targeting the attribute and changing it between the original and created one.
That's how I do it, and works just fine. Nice solution by the way.
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