Design comparison
SolutionDesign
Solution retrospective
Although i've worked on more advanced stuff in the past, i've recently spent more time learning intermediate js and React recently. I wanted to go back to improving my html/css, and take a deeper dive into Sass by starting on a simpler challenge and working my way up to more advanced projects. Any tips or pointers on this will be welcome!
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Evan, I would like to say really nice try. Good Work !!
Here are some tips and suggestions for you
- Don't set body property with overflow: hidden; Reason: if you make overflow hidden then you can't be be able to scroll vertically. Solution: suppose you want to make your content fit to screen, use any div as an container/wrapper and set property overflow: hidden.
Try to improve your CSS and don't worry you will better than better each day with practice, patience and consistency.
Best of luck for future ;)
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