Design comparison
Solution retrospective
As you can see mobile layout kind of crashes and overflows so I'm asking for any possible input on how to fix it and how to do that preserving a working desktop grid layout. Thanks in advance
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Niklaus, Congratulations on completing this challenge!
You’re in the right track I can see that you’ve used the majority semantic tags possible for this challenge, the only block you’ve missed is the paragraph containing the
quote text
you can improve the accessibility there using<blockquote>
to indicate to screen readers that the content inside that paragraph is a quote.To reduce your css file and improve the performance loading your page you can use a tool calledcss minify
that reduces the css code removing the unnecessary characters. You can use aVSCode
plugin calledminify css
or this website tool to reduce your code:https://www.toptal.com/developers/cssminifier
✌️ I hope this helps you and happy coding!
Marked as helpful1
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