Order summary component

Solution retrospective
Hi all,
this is my 2nd attempt to make this card. I would appreciate any help/criticism to make my code better.
Thanks for all comments!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nmorajda
Look fine on the desktop, but there are some small bugs in the code:
<div class="Header"> ...
Don't use uppercase letters at the beginning of the class name, id, etc.
<div class="text"> ...
This div element does nothing.
Why not:
<p class="text"> ....
?
It is also not responsive and from a width of 400px a horizontal scroll bar starts to appear.
You also have three errors in the report above.
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