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

Godstime01 320

@Godstime01

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

Community feedback

@0xabdulkhaliq

Posted

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 the footer part is not white colored as compared to design image, actually they only the one logo image which was only like the logo in nav ones.
  • But we can change the color of the logo inside the footer by using the filter 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 helpful

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