Design comparison
Community feedback
- @optimusprime202Posted over 2 years ago
Hey @limisie, Now you’ve figured it out.
0 - @NaveenGumastePosted over 2 years ago
Hay ! limisie Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
0 - @GitHub-dev12345Posted over 2 years ago
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;
I hope you find this helpful 😊
0 - @guthierryschiavoPosted over 2 years ago
Hi! Good Job!
Put it in your <div class="sc-bdvvtl cAaCjL>
*CSS: --> background-size: contain;
And don't forget to put ":hover" in "Change", "Proceed to Payment" and "Cancel Order".
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