Design comparison
Solution retrospective
I found trouble by positioning the curve images in the second section, and I couldn't find the Facebook, Twitter and Instagram icons in the right color
Community feedback
- @HassiaiPosted over 1 year ago
Replace <section class="first-section"> with the main tag to fix the accessibility issue. click here for more on web-accessibility and semantic html
For the left and right sides space of the page , give the header and the main a width of 80vw and margin: 0 auto ; or a max-width:1440px , width of 80% and margin: 0 auto;.
For the curve, give .first-section a background-image which is the curve-image, a background-repeat of no-repeat and a background-position: left 0 bottom -1rem;
in the desktop design, increase the font-size of the headings.
For a responsive images, give the img a max-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