@Gato513Submitted 12 months ago
Matthias Thieroff
@matthiasthieroffAll comments
- @matthiasthieroffPosted 3 months ago
Hi there 👋 Great effort on your first challenge 👍
I have a suggestion for your code. You may consider using more semantic HTML tags to improve overall accessibility and help you with SEO. For example you could wrap your image in a
<picture>
tag and you could use an<article>
for the card instead of the<div>
.I hope you find it helpful 😀
Happy Coding!
Marked as helpful1