Submitted over 2 years ago
Huddle landing page with a single introductory section
@justcoder42022
Design comparison
SolutionDesign
Solution retrospective
open for feedback
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Gurpreet! This is a very neat solution, looking really sharp! Here's a few pointers:
- You should consider adding a height property of 100vh (
height: 100vh
) to your <main> to prevent it from breaking vertically when resizing screens this will improve on your website's responsiveness. - On the mobile screen size, you might wanna add a
width: 90%
property to your <main> to kill most of the unnecessary white space horizontally. Happy coding!
Marked as helpful0 - You should consider adding a height property of 100vh (
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