testimonails grid section with help of CSS Grids
Design comparison
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @Rajeshsingh127, congratulations on your new solution!
I’ve some suggestions for you:
1.
IMPROVE YOUR WORKFLOW
using VSCODE you can code your whole page usingpx
and then in the end use a plugin called px to rem here's the link → https://marketplace.visualstudio.com/items?itemName=sainoba.px-to-rem to do the automatic conversion or use this website https://pixelsconverter.com/px-to-rem2.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.✌️ I hope this helps you and happy coding!
Marked as helpful1@Rajeshsingh127Posted about 2 years ago@correlucas thanks for the feedback. I'll keep the quote point in mind and use it.
0 - @VCaramesPosted about 2 years ago
Hey, great job on this project!
Some suggestions to improve you code:
- To make you content accessible to your users, it is a best to use rem/em instead of px for your CSS property values. For media queries, I definitely suggest using em for them. By using px your assuming that every users browser (mobile, tablet, laptop/desktop) is using a font size of 16px (this is the default size on browser). Em's will help with users whose default isn't 16px, which can sometimes cause the your content to overflow and negatively affect your layout.
Sources:
https://betterprogramming.pub/px-em-or-rem-examining-media-query-units-in-2021-e00cf37b91a9
Happy Coding!
1@Rajeshsingh127Posted about 2 years ago@vcarames thanks for the feedback. I'm learning the use case of them and this was helpful
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