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

Fylo Landing Page

@AbePlays

Desktop design screenshot for the Fylo landing page with two column layout coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I'm having difficulty changing the color of the logo.svg file given in the image resources. I would love to get some feedback or some links to fill property of img tags. Thank You.

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Hey Abhishek, to change the colour of the logo in the footer you've got two options:

  1. Embed the SVG directly in the HTML and use svg * { fill: white; } in your CSS.
  2. Use the filter property on the img tag to manipulate how the image looks.

I hope that helps!

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