Fylo Landing page design

Solution retrospective
Any solution suggestions are welcome
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, david Delsey! 👋
Congratulations on finishing your first challenge! What is immediately noticeable are
tables
. Tables shouldn't be used for page layouts because they are slow to render, require a lot of html written, no flexibility, they were never intended to be used for layouts. Instead I highly recommend You to start using Flexbox. TheFlexbox
provide a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic (thus the word “flex”). Besides that, maybe try to start with easier challenges where you need to code one component instead of whole landing page. I recommend tasks from the level newbie which i do by myself too!Good luck with that, have fun coding! 💪
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