profile-card-component

Solution retrospective
Hello everyone! Any feedback would be much appreciated. I had some difficulty with placing the background images but I think they turned out ok. If there is an easier way to accomplish the positioning, I'm open to hearing about it. Thanks again for any feedback to help me continue refining my skills!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hcxweb
Hello Brandon, For the background images, try: background-image: url("images/bg-pattern-top.svg"), url("images/bg-pattern-bottom.svg"); background-position: right 50vw bottom 40vh, left 50vw top 50vh; background-repeat: no-repeat;
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