Complete Responsive Huddle Landing Page
Design comparison
Solution retrospective
Checkout my Complete Responsive Huddle Landing Page and share your genuine feedback for improvements and better code :)
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Nikul Sagadhara, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
I noticed that the layout was stretching a lot at higher resolutions, to fix this you can do the following:
First we will add a div that will have the content and we will put a
max-width
in it, but then you might think that the background images will stop stretching too, but for that we can create a parent div of this content div, and in it put the backgrounds.for example:
<div class="background"><div class="content"></div></div>
The rest is great! Hope it helps... 👍
Marked as helpful2
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