Design comparison
Community feedback
- @HassiaiPosted almost 2 years ago
Replace<div class="container">with the main tag and <div class="attribution"> with the footer tag to fix the accessibility issues. for more on semantic html visit https://web.dev/learn/html/semantic-html/
To center a content on a page, add min-height:100vh; display: flex; align-items: center: justify-content: center; or min-height:100vh; display: grid place-items: center to the body.
You forgot to add a media query for the mobile design . in the media query, give .items a flex-direction of column and reduce the max-width of .items
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
0 - @julius-tamalePosted almost 2 years ago
Great solution Mert, you could use the border-radius on the first and third divs so you can make the edges curved.
0
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