Profile card component solution using HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
for the background images to be in the right positions,
body { background-color: hsl(185, 75%, 39%); background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh; }
Marked as helpful - @AndresRicardo
Thank youuuuu very much 😊
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