Design comparison
SolutionDesign
Community feedback
- @steveostlerPosted 4 months ago
Looks great. Maybe centre it in the page with Flex. That's what I did.
@media(min-width: 768px){ body{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; padding: 0; } }
1
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