
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Demorei, mas consgui finalmente trabalhar com o Grid Layout.
What challenges did you encounter, and how did you overcome them?A única dificuldade mesmo foi o aprendizado do Grid layout.
What specific areas of your project would you like help with?De tanto trabalhar com o Flexbox, acabei preferindo ele para muitas coisas, mas gostaria de aprender também o Grid para conciliar os conhecimentos.
Community feedback
- @zardrickPosted 7 days ago
Your HTML is well organized, and each testimonial has a clear structure. Great layout, colors, and responsive design!
Areas for Improvement:
- Center the Testimonial Grid on Bigger Screens.
- Using float: left; for profile images is outdated and can cause layout issues. Use display: flex; Instead. flexbox keeps elements aligned properly without weird text wrapping.
- Fix max-height: 100px; in body. This is too restrictive and cuts off the content.. The testimonials should take their natural height.
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