
Design comparison
SolutionDesign
Community feedback
- P@KonradJamPosted 3 days ago
Hello @fernando-fate!
Good job! A few fixes for your code:
<article>
may include<header>
,<sectin>
and<footer>
. So change.card__header
to<footer>
,card__body
to<section>
and.card__footer
to<footer>
. You can read more about HTML5 semantic in my publication on LinkedIn- You don't need to use media query in this case. First, add
max-width: 380px' to the
.card` in first block, and remove the media query. - In this challenge, it was mentioned to make fluid typography without media query. This can be achieved using the CSS Clamp() function. You can read my publication how to make this on LinkedIn
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