Profile Card Component (HTML & CSS)

Solution retrospective
Hey , This is my solution for the challenge. I'll be glad to have your feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @the-coding-beekeeper
Hi Zainabnofiu!
Congratulations for finishing this project! Your solution is quite close to the template. Only the backgroud is not in the correct shape. To improve this, you have to adjust the background-positions. I suggest code as following:
background: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg); background-position: -63% -85%, 145% 240%; background-repeat: no-repeat;
Happy coding!
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