Design comparison
SolutionDesign
Solution retrospective
Hi, hope you having a nice day. under 425px width, I start facing a problem with the margin between sections and I can't find the solution, if you can help me with this problem please <3. thanks
Community feedback
- @dhawalRathPosted over 3 years ago
To place a container at the center of screen, just write this 3 lines of code to its parent element. => parent-element{ height: 100vh; display: grid; place-items: center; }
If you still finding difficulty then surely check solutions of others it will definitely help you.
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