Submitted over 1 year ago
Profile card component challenge Using FlexBox
@Bthedraft
Design comparison
SolutionDesign
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. šāļø
Community feedback
- @Karrar-HusseinPosted over 1 year ago
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 helpful0
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