
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@iDevCloud
Hi,
If you want to stick to the design, you should use flexbox to center the card in the middle of the page.
In the main element :
display: flex; justify-content: center; align-items: center;
Marked as helpful
Join 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