Design comparison
SolutionDesign
Solution retrospective
Changed some of the html. Any feedback welcome
Community feedback
- @GitHub-dev12345Posted over 2 years ago
For center your card , Used this code: Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
Marked as helpful1 - @optimusprime202Posted over 2 years ago
Hey @PiperRc, You are learning fast.
Marked as helpful0 - @denieldenPosted over 2 years ago
Hi Cheyenne, I took some time to look at your solution and you did a great job!
Also add
main
tag and wrap the card for AccessibilityOverall you did well :)
Hope this help and happy coding!
Marked as helpful0
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