Design comparison
SolutionDesign
Community feedback
- @M-AminAlizadehPosted 4 months ago
Hey @yasminhasann
Congrats on finishing your first challenge it's nice
To make it more like a design as you see it's not centered vertically
You can add this style to your body element to make the card completely centered
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
Happy coding
Marked as helpful0@yasminhasannPosted 3 months agohello @M-AminAlizadeh
Thank you so much! I'm glad you liked my first challenge.
I appreciate the feedback on the design. I'll make sure to add this CSS style.
Thanks again, and happy coding to you too!
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