Submitted over 3 years ago
Huddle Landing Page with Single Introductory Section
@AngeliqueDF
Design comparison
SolutionDesign
Solution retrospective
Did somebody find a way to code that is closer to the original and responsive?
Community feedback
- @tedikoPosted over 3 years ago
Hello, angelique-df! 👋
Good job on this one! Your solution responds well and overall looks good. Here's my suggestions:
- Because your logo takes
width: 40%
it is huge on 900-1400px screen size. Change that. Same thing apply to mockup. - Add some
max-width
to your body/container so your page content doesn't stretch too much on larger screen sizes. For example:
max-width: 1400px; margin: 0 auto;
Good luck with that, have fun coding! 💪
1 - Because your logo takes
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