Design comparison
SolutionDesign
Community feedback
- @i000oPosted 17 days ago
You can use Flexbox for this challenge, not Grid; I did the same thing. Just use:
display: flex;
flex-direction: column
and centre-align withjustify-content: center;
andalign-items: center;
.The correct font-family is in the design sheet in Figma, I believe it's called "Outfit" for this challenge.
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