Design comparison
Solution retrospective
Comments welcome!
Community feedback
- @DavidMorgadePosted about 2 years ago
Hey Matt! welcome to the comunity and congrats finishing the challenge!
Your component looks pretty good centered, there is only a little problem that is causing your page to overlay and have a little useless scrollbar (don't know if you noticed), this comes from browsers default styles, all the browsers have their own styles, for this you can reset them manually or use reset stylesheet like Normalize.css.
You can apply this stylesheet in your project or use a simple resetor like
* { margin: 0; padding: 0; }
to set all default margins and paddings to 0!Also would recommend you to not use html tags like
small
, try getting those effect with just CSS.Hope my feedback helped you! good job!
Marked as helpful1
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