Design comparison
SolutionDesign
Community feedback
- @lynaIFRPosted 2 months ago
You did a good job but there are things you should take into consideration:
- learn to write a css reset code.
- don't use brut values for margin and position to place your elements, you'll cancel the default responsiveness of your website, instead use
grid
orflex
displays. - don't fix a width, use
max-width
.
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