Fylo Landing Page

Please log in to post a comment
Log in with GitHubCommunity feedback
- @tesla-ambassador
Hey sheikhhaseeb559. Congratulations on uploading this solution. I see you've been putting in the work even during the holidays 👏 You have improved with the responsive design! That's a good milestone 🥳 The key thing I'd love to address here is the layout. I gleaned over your code and realised that you rely so much on the
position: relative;
attribute to move your components to your desired space. This method doesn't maintain the consistency of the layout across different screen sizes. I suggest you take a look at how to useflex
orgrid
these will do you a lot of help with your layout. Here are some resources you can use: flex-tutorial and grid-tutorial. I hope this helps you a bunch! Happy holidays and happy coding! 🎉Marked as helpful
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