Order summary component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Radasin
Looks good. CSS Line 16
- -fs-16: font-size: 16px;
is an error. Correct is--fs-16: 16px;
. But you don't need a custom property for font size of 16px because 16px = 1rem and its the default font size for browsers.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