Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Bookmark Landing Page using SASS, JS

@Palmlight

Desktop design screenshot for the Bookmark landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


How were you able to change the color of the footer log to white?

Community feedback

Arun 285

@arun-roberts

Posted

There's probably an easier way but this worked for me:

  1. Make a duplicate of the SVG file.
  2. Open the duplicate SVG file in your code editor.
  3. Find the fill attribute at the end of the <path>and change it to #fff (or whichever shade of white you prefer).
  4. There will probably be two <path>s so just play around until you find the one that works.

While this did work for me, it's basically hard coding the problem and there's probably a more flexible option.

Anyone else?

1

Please log in to post a comment

Log in with GitHub
Discord logo

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