Profile card component challenge Using FlexBox

Solution retrospective
Hi there 👋, I’m Brian and this is my solution for this challenge. 🚀 Any suggestions on how I can improve and reduce unnecessary code are appreciated!
I need help on how to fix multiple background images
Thank you. 😊✌️
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Karrar-Hussein
In order to add multiple background images, you just need to write their urls in the
background-image
property and add a comma between the two images, just like this:background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg);
Marked as helpful
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