Profile card component using grid and flex

Solution retrospective
What I learned In this project, I have learned how to embed an svg image at 45vw and 45vh on the background, below is the CSS code for it.
To see how you can add code snippets, see below:
body{ background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-size: cover; background-position: right 45vw bottom 45vh, 45vw 45vh; }
Any recommendations, feedback and advice to improve my project or skills are welcome. :D
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Shashikant'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