Design comparison
Community feedback
- @Vladyslav-ShulhachPosted 6 days ago
You did a great job! It looks nice, but I have a suggestion. It seems like the card isn't quite centered on the page. You can use some Flexbox CSS to get it perfectly in the middle. Try adding
display: flex
to thebody
and then usejustify-content: center
andalign-items: center
to position the content both horizontally and vertically. Also, be sure to setmin-height: 100vh
on the body so it takes up the full height of the viewport—this will ensurealign-items
works as expected. You've got a solid start; just a few adjustments will make it even better. Keep it up!Marked as helpful0@aishah-akinsojiPosted 6 days ago@Vladyslav-Shulhach Thanks a lot, I really appreciate.
0 - @svolodarskyiPosted 6 days ago
Image sizing, paddings and the alignment of the authors info is off.
1
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