Design comparison
SolutionDesign
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.
Give .container p and .container h1 the same margin left and right values. Give .container p a margin bottom value: e.g. .container p, .container h1{ margin: 0 1rem} .container p ,.container h1{margin-bottom: 1rem} in the media query change the width value of .container to either 80% or 90%
Hope am helpful 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