Design comparison
SolutionDesign
Community feedback
- @0xabdulkhaliqPosted 6 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 as White in color, We can change the entire logo into White colored one using
filter
property for Footer.
- Here's the example code:
.logo-2 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
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