Article-component-HTML-CSS-JS

Solution retrospective
any feedback! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Blackpachamame
Hey your solution is amazing! 🤩
- I can only suggest you to add
margin: 0
to your reset in the universal selector*
so that it removes the margin that some elements have by default - And as an extra, I recommend using
min-height: 100vh
instead ofheight: 100vh
since the latter cuts the content if it is bigger than the height of the window - By the way, you can investigate
dvh
orsvh
Marked as helpful - I can only suggest you to add
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