Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Anaz, great work on this challenge! 😉
Here are a few tips for improve your code:
- add
main
tag and wrap the card for improve the Accessibility img
element must have analt
attribute, it's very important!- not use
<br>
for brea the text... make it wrap according to the width it has available
Overall you did well 😁 Hope this help!
Marked as helpful0@AnazAnoiar69Posted over 2 years ago@denielden Hi thanks for your feedback.
- What is the difference between using the the
div &
main ? - Noted
- I tried to make as similar as I can with lazy alternative
Btw still long way to go
1@denieldenPosted over 2 years ago@AnazAnoiar69 You are welcome!
The
main
tag have a semanting meaning, instead thediv
not. Read here for moreKeep it up 😁
0 - add
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