Social proof section using HTML and CSS, Mobile first.

Solution retrospective
I appreciate any feedbacks, Thanks !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dnewbie25
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 helpful
Join 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