Order summary component

Solution retrospective
Still have a problem with responsive behavior, maybe you could tell me about bad practices in my code, and about best pratices i should use.
Thanks in advance!!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rostyslav-nazarenko
Hi!
Everything looks great! Only a few suggestions.
- use resets for
button
as it doesn't inheritfont
properties from parent elements. - provide a more descriptive
alt
attribute for the image or leave it empty - use relative units in media queries, preferably
em
units. The same goes for componentmax-width
- don't use
strong
for styling, use CSS.
- use resets for
- @AlexKolykhalov
Looks good, and the markup is also норм)
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