Design comparison
SolutionDesign
Solution retrospective
Kindly give suggestions to improve this solution.
Community feedback
- @Alfred-GarciaPosted about 2 years ago
Hello! I recently got some feedback on my solution that was helpful so I thought I would pass it on.
-
The <div class="daniel dark"> tag your using as a container for each card might benefit from being an <article> tag instead to make it more semantic. You can consider applying that change to your other cards as well.
-
The <p> tag you used for the longer paragraph quotes could be changed to a <blockquote> tag to make it more semantic as well.
Hope this helps.
Marked as helpful0@abymaniPosted about 2 years ago@Alfred-Garcia Thanks a lot sir . I will make these changes
0 -
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