Design comparison
SolutionDesign
Solution retrospective
Single price grid component use html and css
Community feedback
- @NataliaKiwibirdPosted over 3 years ago
Hi Hassan, I recommend using rem instead of px (especially for fonts, paddings, and margins). It helps in responsiveness a lot. There is a good starting point with rem sizing https://css-tricks.com/font-sizing-with-rem/
Also, try to use more semantic tags. You can use <section> instead of divs and <p> w .grid2 could be <ul>
Happy coding!
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