blog-preview-card

Solution retrospective
I was able to effectively make it responsive
What challenges did you encounter, and how did you overcome them?At first, I created the react project 3 times because it had been a long I used respond and there were a lot of updates done, but I am happy I was able to finish this project within 3 hours of creating the project and also made it responsive for both mobile and desktop
What specific areas of your project would you like help with?The position of the card
Please log in to post a comment
Log in with GitHubCommunity feedback
- @V24039
From what I can see is you have used the flex to center it vertically but for horizontally you have added the padding. Due you total height is incearsing even though you have set height 100vh due the padding the scroll is shown.
Trying removing the padding, and add align-items: center; for horizontal centering.
Join 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