Design comparison
SolutionDesign
Community feedback
- @Eeshma123Posted 3 months ago
Hi! I love your solution, and here's a way to vertically center your container:
(In CSS, class: container)
position: absolute;
top: 50%;
transform: translate (0, -50%)
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