Design comparison
Solution retrospective
I'm getting use to the box model, and using css flexbox.
What challenges did you encounter, and how did you overcome them?It was a challenge getting everything center on the page, then center inside different components. It was fun to learn how to do it.
What specific areas of your project would you like help with?Is there a easy color guide or vs code extension to help with choosing color combos?
Community feedback
- @adonesguerreiroPosted 7 months ago
Download the .fig file and use the width and height of the card and follow the hierarchy of each frame and its respective elements that are inside the frame, think of each frame as a div for example and inside it you place its respective contents.
About css you can use a display: flex; justify-content: center; align-items: center; min-height: 100vh;
and in the .card add display: grid; justify-content: center;
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