Design comparison
SolutionDesign
Solution retrospective
Hi! I've completed this challenge using Flexbox, but I'd like to know if for these cases is it better to use CSS Grid?
And... I did the border of the cards usign border-top
, but looks like my border follows the curve more than the prototype. How should I fix this?
Thanks a lot!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Carmen Delber, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- ARIA attributes must conform to valid values, to solve this problem, do this:
<img alt="" aria-hidden="true" src="images/icon-team-builder.svg">
The rest is great!
I hope it helps... 👍
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