Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted almost 2 years ago
Replace<h2> with <h1> to fix the accessibility issue and add alt to the <img> to fix the error issue
The cancel order should be in an anchor tag not a button.
You forgot to give .card-container a bottom border-radius. There is no need for grid-template-columns: 1fr; in the body, give the main display: grid and grid-template-columns: 1fr;
Hope am helpful
Happy coding
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