Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago
Replace<section class="container">with the main tag and <div class="attribution"> with the footer tag to fix the accessibility issues. click here for more on web-accessibility and semantic html
There is no need to give .container a width value and .nft a height value.
For a responsive content which wont require a media query for this challenge, replace the width of .nft with max-width and increase it value and the padding value.
max-width: 25em which is 400px and padding:1em.
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