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

Responsive Fylo Landing Page using Flexbox

@graiess073029

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


Waiting for your feedbacks

Community feedback

@0xabdulkhalid

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 📸:

  • You just modified the svg and removed the text Fylo from it, Actually we can add the logo.svg img element to the footer element instead of adding modified svg
  • I know the text Fylo is in black color, don't worry about that. We can use css's filter property
  • So just add the logo.svg in img element for footer then add these following styles
.your-preferable-class-name-for-footer-logo {
filter: invert() brightness(5);
}
  • You can use this snippet, this will help you to change the color of logo to pure white yeah the text and shape both will be in pure white
  • Now your landing page's footer logo has been perfectly applied!

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as helpful

0

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