Submitted over 2 years ago
Huddle landing page with single introductory section solution
@priynshuchouhn
Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Priyanshu Chouhan, congratulations for your solution!
Your solution is really good desktop and mobile, but you've to center it to the screen and consider giving less padding to the icons in the botton.
You background isn't displaying full
height
because you've setheight: 90vh
and need some other background properties, see the code below with the fixes.body { min-height: 100vh; background: url(./images/bg-desktop.svg) no-repeat; background-color: var(--Violet); background-size: cover; }
Hope it helps and happy coding!
Marked as helpful0
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