CSS nad HTML using flexbox

Solution retrospective
On the image with the solution previev, card seems to have 2 shadows, one bigger tahn another. Anybody has a solution fot that? box-shadow and filter: drop-shadow() seems not to work, because shadows are bigger than the card itself.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ayoam
to get this effect you can comma-separate shadows : box-shadow: 0px 0px 17px 8px rgba(254,255,86,0.61), 0px 0px 17px 19px rgba(0,0,0,0.61);
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