Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The organization and facility that i had in built this simple project
What challenges did you encounter, and how did you overcome them?Remove the vertical scroll was a challenge. I fixed it changing the body/html to 100% instead of 100vh/vw
What specific areas of your project would you like help with?The height and width, to avoid the scroll bar
Community feedback
- @MikDra1Posted 3 months ago
To make rid of the scroll bar you can use the overflow property on the container
overflow: hidden;
Hope you found this comment helpful β€οΈ
Good job and keep going πβΊοΈπ
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