Design comparison
Solution retrospective
Is it a better way to improve the html tags layout? and how to make the css more responsive?
Community feedback
- @limanetoPosted over 2 years ago
hey, good work there! answering your questions: 1 - try to use more semantic html tags, such as main, footer, header, you are using too much divs 2 - try to use more id instead of class 3 - I see you're using em for font-size, if you are using em try to set font-size to 62.5% in the html tag, in that way you can treat em unit as px unit, you want to give 10px to the font-size, you can set 1.0em. 4 - for a more responsive layout, try not to set a hard width, you set 320 for the width, but if the device is large the 320 might get small, try to set width in percentage and set a min-width
aside from that, good job
0
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