Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Good website to practice HTML and CSS

@ShuhratovSuhrob

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I need help to remove the horizontal scrollbar. would love to find out from your comments

Community feedback

Lucas Cerri 1,120

@llKryptonixll

Posted

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

@ShuhratovSuhrob

Posted

hello 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 GitHub
Discord logo

Join 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