Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Maybe next time, I should more focus on displaying font or I will try to add them from file(assets).
What challenges did you encounter, and how did you overcome them?Hard to do was a picture at the bottom. However, I will display it correctly.
What specific areas of your project would you like help with?I am considering if my code is too long? Maybe something I can do shortly :)
Community feedback
- @01057057kimPosted 8 months ago
I noticed that your card is not in the middle of the page. Here's a very efficient way to center the card:
You can add this to the body (in order to work properly, don't use position or margins):
body { min-height: 100vh; }
I hope it helps!
Marked as helpful1
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