Design comparison
SolutionDesign
Community feedback
- @Zehn77Posted 6 months ago
Hi,
- Try to avoid using, complex css elements like, >, ~, ....
- Try to use rem instead of em because when changing the main element font-size it effects all content and it will be easy to maintain project when some design changes occurred
- content__container give only max-width, that is enough
- I think, I don't need to use id selectors, using class selectors is good practice
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