Mobile First Responsive Blog Component Using HTML and CSS

Solution retrospective
my skill set
What challenges did you encounter, and how did you overcome them?certainly nothing
What specific areas of your project would you like help with?designing, playing with CSS
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MahmoodHashem
Hey there, Your project looks really awesome and intriguing. However, you might consider using the following CSS to center the card instead of using height and width in card:
body{ display: flex; justify-content: center; align-items: center; height: 100vh; }
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