Profile card component

Solution retrospective
Great challenge, it helped me improve my skills and encounter new challenges to solve. 🙌
What challenges did you encounter, and how did you overcome them?Super cool challenge! I actually had a lot of trouble positioning the two circles in the HTML. I looked for inspiration and even asked in forums until finally, in one of the other developers' challenges, I came across a comment by @danielmrz-dev as feedback to a developer. It surprised me; I didn't know you could put more than two images as a background and even position them from there. Here, I share the code snippet, and many thanks to @danielmrz-dev for that contribution!!! 🤝
body{ position: relative; background-color: var(--dark-cyan); background-image: url("./assets/images/bg-pattern-top.svg"), url("./assets/images/bg-pattern-bottom.svg"); background-repeat: no-repeat, no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh; }
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Alexander Romero's solution.
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