
Solution retrospective
What are you most proud of, and what would you do differently next time?
I enjoyed reading about grid
. I usually rely to much on flex
for everything. This time I used grid-cols
and grid-rows
but on the next challenge I'll try grid-template-areas
.
I had an issue with the card elements. I was trying to set the width
value as in Figma but the elements were taking more space. This was cause by the box-sizing
not being set to border-box
.
I would like any advice related to a11y / css.
Could I have organized better the css?
Did I used the grid properly?
What about HTML? Did I miss some landmarks for a11y?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Alex's solution.
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