Responsite Social Proof Section using flexbox want your feedback.
Design comparison
Solution retrospective
Would be happy to hear your feedback!
What measure unit do you use and why? I want to start using rem and em, but i dont know how and where to use it.
Keep coding and happy coding!!
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hey there, Vitor Lacerda! 👋
Good work on this challenge! 👍
A few things I suggest are,
- Adding a max-width to the review boxes and the testimonial boxes so that they aren't too wide when the layout first changes from desktop to mobile.
- Setting the
alt
attribute of the star icon images to an empty string so that screen readers don't the read thealt
text for each star icon out loud (which is unnecessary and can be a little annoying). - Allowing the height of the testimonial boxes to be determined by its content (rather than giving it a fixed height) so that there's always just enough space for the text inside.
I usually use
rem
as a unit for things like dimensions and sizes. It's considered a good practice because it is based on the root font-size of the document and will scale up/down if the user ever changes the default font-size of their browser for accessibility reasons. 😉Keep coding (and happy coding, too)! 😁
1@vitorlfariaPosted over 3 years ago@ApplePieGiraffe Thanks for the feedback! Now i know why i should use rem and em. But i still struggle to convert from px to rem, but i think it will come with practice.
Keep coding and 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