BOOKMARK project Using HTML/SCSS and a pinch of JavaScript

Solution retrospective
The first time I visited frontendmentor.io a month ago, at one glance, I knew this was the project I really wanted to build, but seeing some interactivity and the JS tag on its title, thought I wasn't ready since I was new to JavaScript at the time. So after doing Base Apparel and Fylo Landing page, I knew it was time for Bookmark and I knew this was a different animal than the other two. Working on it I learnt a ton of things, just getting stuck and then unstuck, and also the JS part wasnt that hard after all. Thanks, Mr Matt for creating this incredible resource for aspiring developers like me who want to test their skills and get out of the tutorial rut. Thanks a lot. Keep adding more projects [and more difficult ones]. Finally I would like to thank the academy. :D sorry for making this long
One issue I faced is that the SVGs for arrows in FAQs section wouldn't comply to fill property, I have used the SVGs as externally linked, maybe this has got something to do with it.
To achieve the active state then, I had to resort to using filter property on the SVG to form the secondary color. But I still wonder why the SVG behaved like that.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Awesome work on this challenge Ayaan, it's great to hear that you built up to attempting this challenge by first working on others. It is definitely a more complex layout than the others, so you approached it perfectly.
I'm really happy you're finding the challenges useful. New challenges will be coming very soon! 🙂
You've got it spot on with regards to the SVG. If you had embedded the SVG code in the HTML then the
stroke
property would have worked changed the colour.
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