Design comparison
SolutionDesign
Solution retrospective
All feedbacks are appreciated
Community feedback
- @afrusselPosted over 3 years ago
Your main container is not center align vertically. Make it center will be better for your output
Marked as helpful0 - @hafizanadliPosted over 3 years ago
you can try this for centering in the middle of the screen
<div className="App bg-lightgrayishblue min-h-screen w-screen overflow-x-hidden flex justify-center items-center" > <section> ... </section> </div>
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