Design comparison
SolutionDesign
Solution retrospective
Had a hard time figuring out the background and still think didn't nailed it. Also, positioning the elements inside the card was a bit frustrating, harder than expected.
Community feedback
- @tedikoPosted over 3 years ago
Hello, Igu! 👋
Good job on this one! Your solution responds well and overall looks good. Here's my suggestions:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Change the
alt
attributes for the.pic
, as it doesn't add any extra context for screen reader users. Since your image is decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies.
Good luck with that, have fun coding! 💪
1
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