Design comparison
Community feedback
- @HassiaiPosted almost 2 years ago
wrap <div class="attribution"> in the footer tag , to fix the accessibility issues.
Give .card the same padding value for all the sides. and increase the padding value in the desktop design. Give .card a width value for it to be equivalent to the width of the design.
Use relative unit like em and rem as unit for the font-size values, width values, padding values and margin values, for more on css units, click here
Replace the margin value in .card-container with margin: 0 auto; there is no need to repeat its styling in the media query. increase the padding value for the button, and reduce the margin value card-p.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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