Cyuzuzo Bienvenu
@bienvenudevAll solutions
- Submitted 7 months ago
Social proof section using CSS Grid
- HTML
- CSS
I'd like your feedback on this:
- I used an absolute height and width of 40px on the testimonial images because I wanted them to maintain a consistent size across all screen sizes.
- I included the first name as the alt text for the testimonial images.
- To style the ratings I added classes like rating1,2 to be able to use transform:translate because when I used nth property it messed up everything.
- Does the heading structure seem meaningful and appropriately organized?
- Is it better to use headings for names on testimonial as suggested in some feedback on this challenge? or styling the names is fine
- I utilized grid for the product testimonials (testimonial cards) and adjusted grid-template columns for larger screens. However, I'm unsure if this is the optimal solution compared to using an intrinsic approach with flexbox and allowing the cards to wrap naturally(ex:tablets).
- I aimed for a smooth transition in the media query from tablet to desktop layouts to avoid abrupt changes but I failed. If there are suggestions for achieving a smoother transition, I'm open to feedback on improving this aspect.