Order Summary component with HTML and CSS

Solution retrospective
Areas to make adjustments?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
Hi, Etinhandy! 👋
Congratulations on finishing this challenge! 🎉
Some recommendations from me.
- As you may notice that the site has a different
font-family
from the design. So, I recommend importing thefont-family
to make the site looks closer to the design. - Always use classes to reference all the elements that you want to style. Using
id
is going to make your stylesheet have high specificity (hard to maintain). As a side note, ideally,id
should be used for anchoring.
Hope this helps. 🙂
Marked as helpful - As you may notice that the site has a different
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