Design comparison
SolutionDesign
Solution retrospective
any comments are appreciated
Community feedback
- @HassiaiPosted over 1 year ago
Add flex-direction: column to the body , this will place the attribution below the main deign.
Give the main a max-width of 1440px and a width of 80% or a width of 80vw for a responsive content.
For the thin line below the image, either give the img display: block or width and height of 100% and object-fit: cover.
In the desktop design give .section-first and section-second a width of 50% and the img a width of 100%. In the media query give .section-first and section-second a width of 100%.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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