Submitted 8 months ago
Responsive Plog-Preview-Card using HTML and CSS
@Yousefkhalil010
Design comparison
SolutionDesign
Community feedback
- @vladkvlchkPosted 8 months ago
to place your card in the center use these properties for body style
body{ hight: 100vh; display: flex; justify-content: center; align-items: center; }
excluding it your result looks perfect
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