Design comparison
Solution retrospective
Any suggestion how I can clean up the code more would be appreciated.
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder π.
Congratulations on successfully completing the challenge! π
Few suggestions regarding design.
β¨ Responsive π―
β¨ You can use
google font link in html file
instead of importing it in css file, to make loading a bit faster.β¨Try to explore
accessibility features
likearia, sr-only, title
to make your design accessible to screen readers ultimately visually impaired persons.I hope you find this helpful.
Happy codingπ
Marked as helpful1 - @0xabdulkhaliqPosted over 1 year ago
Hello there π. Congratulations on successfully completing the challenge! π
- I have other recommendations regarding your code that I believe will be of great interest to you.
TESTIMONIALS π΄ :
- The best way to go with creating the accessible testimonials is to go with
blockquote
andfigure
element
- So you want to edit the
div class=col review-container
, theavatar-name-container
need to afigure
element not adiv
and thereview-msg
want to be ablockquote
not ap
- These are the primary stuffs to build accessible testimonials
.
I hope you find this helpful π Above all, the solution you submitted is great !
Happy coding!
1
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