Design comparison
SolutionDesign
Community feedback
- @0xabdulkhaliqPosted 8 months ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have a suggestion regarding your code that I believe will be of great interest to you.
CSS 🎨:
- Looks like the "Fylo" logo for Footer is not looking close to the design because of it's nature, We can change the entire logo into White colored one using
filter
property for Footer.
- Here's the example code:
footer .info img { filter: brightness(0) invert(1); }
- Now Footer logo will be same the design in white color, using
filter
you can smartly tweak colors of logo.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0@MahmoudHsnPosted 8 months agothanks a lot, I really searching for method to change the SVG color but I couldn't find it , it helps me a lot @0xabdulkhalid
0
Please log in to post a comment
Log in with GitHubJoin 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