Design comparison
SolutionDesign
Solution retrospective
Hello everyone,
Any comment or feedback with regard to this project will be highly appreciated.
With regards,
ZM Baig.
Community feedback
- @piushbhandariPosted 10 months ago
- set margin: 0 auto; on the body element so your component is centered on larger screens
- this isn't responsive to small to medium sized tablet users. i would suggest having your media query be about 768px instead of 375px. additionally add side paddings to your body element so the component isn't hugging the edges of the screen.
- when the pop up is active, it ruins the responsiveness of your component. i would advise rearranging your markup so that the popup is inside your section element and giving that section element position:relative; you may need to play around with this.
when looking at the graphics, you don't need to restrict yourself to 1440px and 375 since that's what they have mocked up on the graphics. i would suggest studying more on making things responsive as that's the glaring issue with this.
you have a good grasp on using semantic elements. once you solve the responsiveness issue that should be big step up for you.
hope this helps.
Marked as helpful0
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