Submitted almost 2 years ago
Responsive Social Proof Section Master using HTML and CSS
@irfanhfzh
Design comparison
SolutionDesign
Solution retrospective
Feedback welcome for everyone... made with love ❤
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The background images need to be applied using CSS not HMTL. You will accomplish this using the
background-image
property.
- The “star icons” serve no purpose other than to** be decorative;** They add no value. Their
alt tag
should left blank and have anaria-hidden=“true”
to hide them from assistive technology.
More Info:📚
https://www.w3schools.com/html/html_images_picture.asp
Code:
<figure> <figcaption></figcaption> <blockquote></blockquote> </figure>
More Info:📚
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
0 - The background images need to be applied using CSS not HMTL. You will accomplish this using 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