Design comparison
SolutionDesign
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
FOOTER LOGO 🔖:
- Looks like the
fylo
brand logo on thefooter
part is not white colored as compared to design image, actually they only the one logo image which was only like the logo innav
ones.
- But we can change the color of the logo inside the
footer
by using thefilter
property in css
- So just add this following style rule for your footer logo image and then see what happens!
footer img { filter: invert() brightness(60); }
- You can add this rule as a html inline style rule for the logo, because you're using bootstrap framework. Choice is yours!
- Now the issue with the logo's color varient has been solved.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful1
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