Submitted about 2 years ago
Huddle Landing Page | HTML - CSS - Grid
@JuliMontes
Design comparison
SolutionDesign
Solution retrospective
Esta es mi propuesta de solución, ¿puedes ayudarme a mejorar?
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Julián Andrés, Congratulations on completing this challenge!
You’ve done really good work here putting everything together, I’ve some suggestions to improve the design:
Add
background-size: cover
to make the background size full width and fill all the bg:@media only screen and (min-width: 1284px) body { background-image: url(../images/bg-desktop.svg); /* background-size: unset; */ background-size: cover; }
✌️ I hope this helps you and happy coding!
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