Huddle landing page with alternating feature blocks

Solution retrospective
comment what you think about it
Please log in to post a comment
Log in with GitHubCommunity feedback
- @freakyjones
Hello Ali, congratulation on finishing your challenge.
I just saw your code and I would like to give some suggestions with your permission,
- keep your images in one folder. it will help you manage your project in long run.
- use a universal selector (*) to get rid of default browser styles like
*{margin:0,padding:0,box-sizing:border-box}
.
- @DavidMorgade
Hello Ali congrats on finishing the challenge!
Your page looks good on desktop sizes but doesn't have adaptation for lower device, I recommend you to start working on it, you will learn a lot from CSS when you start making your websites responsive using mediaqueries, flexbox, css grid... !
You could even try the mobile first approach, start building from mobile and then adapt it to larger sizes like tablets and desktop devices!
Hope my feedback helps you!
Join 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