Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Hey cami92pl! this looks really good 😎
I have some suggestions for you, although it is not mandatory to apply and you may need to make some adjustments:
- I recommend doing a small reset to the styles that come by default in the browsers. To do this, you can apply a couple of properties to the universal selector
*
, with this you will make your site look the same in all browsers:
* { margin: 0; box-sizing: border-box; }
- I leave you the task of researching the
reset CSS
and thebox-sizing: border-box
Marked as helpful1@cami92plPosted 10 months ago@Blackpachamame Thank you for you feedback. I will a look this. Also you are right, I forgot about universal mark "*".
1 - I recommend doing a small reset to the styles that come by default in the browsers. To do this, you can apply a couple of properties to the universal selector
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