Profile-card-component Using HTML & CSS

Solution retrospective
Please give feedback so that i can improve.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @snehamoybag
Hi Mani! You can add multiple background-images by separating them with commas
background-image: url('/first_image'), url('/second-image'); }
Similarly they can be positioned separately using commas
background-position: right 52vw bottom 35vh, left 49vw top 49vh ;
😄
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