Submitted about 3 years ago
Responsive HTML, Flex and SCSS order card component
@jglopezre
Design comparison
SolutionDesign
Solution retrospective
Hi, I am interested in suggestion for improve middle text showing. I could not view font at title like design preview. Thanks.
Community feedback
- @pikapikamartPosted about 3 years ago
Hey, great work on this one. Layout in general looks really good.
Also, I did not get what you meant by your query, can you explain it a bit clearer.
Some suggestions as well:
- The
alt
of the girl image should have been left empty likealt=""
. Since thatimg
is just a vector-illustration and it is just for decoration, better usealt=""
on it. In an image however adds content to the website, then use a descriptivealt
value on it. - The music-icon should also used
alt=""
on it. Also, avoid using words that relates eto "graphic" like "icon, image, picture, etc" as a value on thealt
attribute. Assistive tech will handle those for you. - When using heading tags, make sure you aren't missing a lower level. If you use
h4
tag, then make sure thath1, h2, h3
are present. - The
proceed to payment
andcancel order
should be usinga
tag. Since this is not aform
a control likebutton
should not be the proper element.
Aside from those, great work.
0@jglopezrePosted about 3 years ago@pikamart Hi!, Thank for your feddback, it was really useful. I fixed code. Thank for your time.
0 - The
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