Design comparison
SolutionDesign
Solution retrospective
If there is any recommendation, please suggest me
Community feedback
- @FluffyKasPosted about 3 years ago
Hey,
There's no need to wrap everything in the first media query as your solution will not work on screens wider than 1440px like this ^^
You could also try to center your component, for example with this (apply it to the body):
min-height: 100vh
,display: grid
andplace-items: center
. You can do it with flexbox of course, if that's what you prefer.0@Bilal2073Posted about 3 years ago@FluffyKas Thank you so much sir🥰. I will update it within one day In Shaa Allah Azzawjl
0
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