Social proof section using HTML and CSS, Mobile first.
Design comparison
Solution retrospective
I appreciate any feedbacks, Thanks !
Community feedback
- @dnewbie25Posted over 2 years ago
Really good job! The HTML code is neat and you have great responsiveness applied. One thing that you could do to improve accessibility is to increase the heading tags by one. If you want to have headings of different sizes, you can change them using CSS, but it is a better practice to increase headings in order. You have a
<h1>
tag, so instead of using an<h5>
afterward, you should use an<h2>
tag and modify its size with CSS. This should improve accessibility for people who uses screen readers.Marked as helpful1@vonryanpogiPosted over 2 years ago@dnewbie25 Noted sir, yup my h5 is a little bit random. Thank you sir! Happy coding.
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