Design comparison
SolutionDesign
Solution retrospective
Appreciate any feedback at all!
Community feedback
- @denieldenPosted over 2 years ago
Hi Matt, great job! I took some time to look at your code and have some ideas for improving it:
- instead of using
id
to style the element use classes because IDs are unique on the page and are often used to work with javascript - instead of using
span
for the author name usea
tag - use
img
element for the image of avatar
Overall you did well 😉
Hope this help and happy coding!
1 - instead of using
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