Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted about 5 years ago
Hey Lukasz, just a heads up that there seems to be an issue with your preview version. It's showing the original starter code with no HTML structure or CSS.
0@mattstuddertPosted about 5 years ago@devluke88 good stuff. It looks great! Your HTML structure is really good and your solution matches up to the design nicely. Here are a couple of really small pointers after taking a look at your code:
- In your
alt
text you're currently hyphenating the text e.g.illustration-intro
. This text will be picked up by screen reader software to help describe the image. So I'd recommend writing a description in the usual format you'd write a sentence, as opposed to joining the words up with hyphens so that it makes sense to screen reader users. - You could use the
blockquote
element as opposed to adiv
for each of the testimonials, which would add more meaning to the HTML structure.
I hope you find these tips useful! Keep up the great work 👍
0 - In your
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