Design comparison
Community feedback
- @tesla-ambassadorPosted 11 months ago
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 helpful1@sheikhhaseeb559Posted 11 months ago@tesla-ambassador Sure Brother, I've been waiting for your comment, so I can learn something new
0@tesla-ambassadorPosted 11 months ago@sheikhhaseeb559 No problem! Glad to help!
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