responsive order summary component by html css
Design comparison
Solution retrospective
i will accept all feedbacks
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @moustafasa, Congratulations on completing this challenge!
Great code and great solution! I’ve few suggestions for you that you can consider adding to your code:
1.When you download the project files there’s a file called
style-guide.md
where you can find information such asfont-family
,hsl color codes
, device sizes, and thefont-size
for the headings.2.Use units as
rem
orem
instead ofpx
to improve your performance by resizing fonts between different screens and devices.To save your time you can code your whole page using
px
and then in the end use a VsCode plugin called px to rem here's the link → https://marketplace.visualstudio.com/items?itemName=sainoba.px-to-rem to do the automatic conversion or use this website https://pixelsconverter.com/px-to-rem✌️ I hope this helps you and happy coding!
Marked as helpful0@moustafasaPosted about 2 years ago@correlucas thank you that is really helpful tips i will work on
0 - @tbahdPosted about 2 years ago
Hi, @moustafasa Love your work but it seems that you've left out adding hover effect to some sections.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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