BLONG PREVIEW CARD

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Rabelahmed
hello , your code looks goods but it is not centered. you can center your card component by using flexbox on it's parent element. try this code on the parent element of card component see if that solves it display: flex; align-items: center; justify-content: center; min-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