Design comparison
Solution retrospective
Any suggestions are more than welcome:)
Community feedback
- @RubenSmnPosted over 1 year ago
Hi Mooonika, I just looked at your code for this challenge and you did a nice job on separating the CSS and JavaScript from the HTML. As you project expands this becomes more important so starting early is a good practice!
I did found some minor issue with the body which does not start at the top of the page. There is a empty space due to the margin of the
main
element. This makes the page scrollable which is not a big issue but you could fix this by instead of top margin on themain
add it as top padding on thebody
.Hope you find this helpful and happy hacking!
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