Design comparison
SolutionDesign
Solution retrospective
My first challenge - any feedback welcome! Some Tips for responsive Design would be great.
Thanks :)
Community feedback
- @pikapikamartPosted about 3 years ago
Hey, great job on this one and congrats as well for you first fem challenge! The layout looks great in general.
Some suggestions would be:
- Always have a
main
element to wrap the main content of your site. This helps users to properly navigate the page. On this one, the.wrapper
selector could have usedmain
element instead ofdiv
. - The
alt
value for the vector image should be left empty likealt=""
and add anaria-hidden="true"
attribute on it as well. When an image acts only as a decoration, use those mentioned, but if the image adds content to the site, then use a meaningfulalt
value. - When using
alt
attribute, avoid using words that relates to "graphic" such as "illustration, image, logo.." since it is already an image, no need to describe it as one. - Always have an
h1
on a page, for this one, theorder summary
could beh1
for now, but really it is not great to beh1
, so if I were to tackle this challenge, I would make theh1
ansr-only
text, you could look that one up on the net. - Music icon should be using
alt=""
andaria-hidden="true"
added on it.
Aside from those, the site looks great and congrats again on this one.
Marked as helpful1@zlsNormanPosted about 3 years ago@pikamart
thanks for your feedback and suggestions.i adjusted my code, but i used a non Bootstrap sr-only.
0 - Always have a
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