Design comparison
SolutionDesign
Community feedback
- @rayaattaPosted 11 months ago
Hi,congrats. Your design would look closer to the original if you center the .container with margin-block:auto; or using flex on the body and justify-content:center; E.g
body { display: flex; justify-content:center; align-items:center; } ``` On the other hand Your html needs to be more semantic You can use the main tag for the card and the footer tag for the attribution
0
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