Design comparison
SolutionDesign
Community feedback
- @jarleisassiPosted over 1 year ago
If you need to align your component to the center of the scree try to do this
body { background-color: hsl(212, 45%, 89%); font-family: Outfit, sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; }
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