Submitted over 1 year ago
Huddle Landing Page Challenge with flexbox and Mobile Responsiveness
@freaky4wrld
Design comparison
SolutionDesign
Solution retrospective
Please provide suggestions and any other sort of solution to implement the same, I have done it using flexbox
Community feedback
- @hitmorecodePosted over 1 year ago
congratulations well done. Just a few thing you can fix
- You need to change the background image for smaller screen size
body{ background: url('images/bg-desktop.svg') hsl(257, 40%, 49%); /* add these changes to fix the background issue */ background-repeat: no-repeat; background-size: cover; min-height: 100vh; color: white; /* overflow: hidden; */ }
Marked as helpful0
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