Order Summary Card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Devibtissam
Hi,
- It's important to be aware of HTML semantic structure, you cannot skip heading level like this, and your page should at least contains one-level heading h1, and all headings level should be increased by one, h1 then h2, h3, and so on ...
- a part that you did well on this challenge, keep up
Marked as helpful - @iamenochlee
Hi there, your design is responsive, congrats 👏 But your container is not well centered, while there are many ways to do that I find using
display:grid; place-items: center;
to the parent element containing the container very easy, I hope this helps you.Keep Coding. Congrats on your solution
Marked as helpful
Join 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