Design comparison
SolutionDesign
Solution retrospective
I need help to remove the horizontal scrollbar. would love to find out from your comments
Community feedback
- @llKryptonixllPosted 9 months ago
Hey great work it looks good. To remove the unwanted horizontal scrollbar you can add margin: 0 to your body but for larger projects you might want to use a css reset. I also saw that your img has an empty alt attribute you should add one for accessibility and seo purposes.
0@ShuhratovSuhrobPosted 9 months agohello there @llKryptonixll
Yes, I forgot to add
* { margin: 0; padding: 0; box-sizing: border-box; }
then I realized and corrected it.
Thank you for taking the time and effort to help out to me.
Happy coding!
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