Order summary solution with HTML and CSS

Solution retrospective
This was the first mini project I made. i am just excited I was able to get this done.
What specific areas of your project would you like help with?Please make suggestions that would help me code better.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Morfeo1997
It's a great work, everything looks like it has to be. Just two suggestions: _ try to use css variables : it's important for a team to understand your code and the variables are a good practice.
:root { --main-white: hsl(225, 100%, 98%); --light-gray: hsla(240, 2%, 82%, 0.26); --violet-blue: hsl(245, 75%, 52%); --light-blue: hsl(228, 45%, 44%); }
_ Don't forget to use your name in the footer.
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