Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Understanding of CSS grid layout on real world project,
- Complex design layout using CSS grid,
- Use case of pseudo CSS class
:first-of-type
, - Use of
var
onroot
to store colors as variables.
- While implementing CSS grid whether
grid-template-area
approach orgrid-area
approach- I have gone withgrid-template-area
for better control over layout. - I could use one headline tag like
h2
h3
instead ofp
on the testimonial heading. But I usep
tag for better usage.
Any further suggestion to improve my markup as well as styling will be highly appreciated.
Community feedback
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