Design comparison
SolutionDesign
Solution retrospective
If any suggestion please comment
Community feedback
- @Aimal-125Posted over 1 year ago
In your CSS code,
.main-div{ height: 1000px; width: 1000px; background-color: hsl(217,54%,11%); margin-top: 20px; display: flex; }
Give height 100vh and width 100%. justify-content: center; align-items: center; :)
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