Testimonials grid section with CSS Grid

Solution retrospective
Being able to challenge myself
What challenges did you encounter, and how did you overcome them?Nothing really
What specific areas of your project would you like help with?I am open to honest critics and point out area i can improve myself. Thanks for your feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @medaich
Feedback on Your Work
Positive Outcome
Congratulations! You've successfully completed the required tasks.
Areas for Improvement
-
Semantic HTML Elements
- Consider using more semantic elements like
<section>
,<footer>
, etc.
- Consider using more semantic elements like
-
CSS Optimization
- Avoid using member names as classes
- Instead of repeating styles:
- Create a common class for shared styles
- Utilize advanced selectors (e.g.,
:nth-child
) for individual styling
-
Page Margins
- Investigate and remove unexpected top and bottom page margins for improved accuracy
Marked as helpful -
Join 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