Four card feature using Flexbox

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!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
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... 👍
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