Design comparison
SolutionDesign
Community feedback
- @silkcoderPosted 12 months ago
Good attempt.
You can place your container in the center of the screen vertically by changing the height property of the .container class
change min height:600px to min-height:100vh
.container { min-height:100vh }
Now the container get placed vertically centered on the screen.
Good luck.
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