Submitted almost 2 years ago
Huddle landing page using HTML and CSS Flex-box
@KamalJoshi-web
Design comparison
SolutionDesign
Solution retrospective
All feedback will be appreciated.
Community feedback
- @HassiaiPosted almost 2 years ago
Instead of specifying the width for the image in the css use img{ max-width: 100%} the images will be responsive . In the flex-container you can use justify content: space-between; after declaring display flex. Specify the percentage width for the flex-items eg: .info{width: 40%} and picture{width: 50%} Aside from this, everything is good. Happy Coding
Marked as helpful1
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