Submitted about 2 years ago
HTML, CSS, CSS variables, Flexbox, DOM manipulation, JS Fetch API
@horsirhon
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted about 2 years ago
Hello Usuanlele, You have done a good work! 😁
Some little tips to improve your code:
- use
main
tag to wrap the card and improve the Accessibility but not as a container of that one element - also you can use
article or div
tag instead of a simplediv
to the container card for improve the Accessibility img
element must have analt
attribute, it's very important!- use
blockquote
tag for the advice instead ofdiv
- you can use
picture
tag to change image by resolution -> read here
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful1 - use
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