Huddle landing page with alternating feature blocks solution
Design comparison
Solution retrospective
#HTML #CSS #SASS/SCSS
Good night. what do you think?
Community feedback
- @elaineleungPosted about 2 years ago
Hi João, I think the desktop view looks great so far! 😊 One thing you could fix for the desktop view is, I'm viewing this on a large screen, and the graphic in "Grow Together" is actually moved to where the text is on the right hand side and is slightly covering the text.
The mobile view does need quite a bit of work. At first I thought you just didn't have a mobile view, but then I saw the media queries. Anyway, I tried resizing the browser a few times, and the text is too big when the screen is small, and more importantly, the content is overflowing of the screen and needs scrolling. You may have some fixed widths which can be causing this problem; try using responsive units instead. Also, I suggest not setting a fixed width on the body at all whenever possible, and I also highly suggest you try a mobile-first approach where you build the mobile version first and then the desktop. This will help simplify your code. Anyway, good luck!
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