Huddle landing page using HTML and CSS (SCSS)

Solution retrospective
This is my completed submission. All feedback is welcome and appreciated. I'm also interested in tips on improving my responsive design skills so any help in that area would be appreciated as well.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yemisrach15
Hi, Jason - Francois
The image seems to be squished as you decrease the viewport width since you've set
width: 100%
andheight: 100%
. I would suggestheight: auto
as it would keep the proportion of the image. Hope this helps 😊
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