Design comparison
SolutionDesign
Community feedback
- @denieldenPosted almost 3 years ago
Hi Nazim, great job!! Congrats on completing the challenge!
I see that the
Container
class does not take all the screen and leaves a white line below, this is because you have set a fixedheight
inpx
, try to use100vh
instead ;)Viewport Height handles the sizing of an element in relation to the height of the browser window.
Hope this help :)
1
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