Profile Card Component using CSS

Solution retrospective
I had a bit of a challenge making the background pattern responsive. Not sure my 'solution' to making the background pattern responsive was the best one. Would appreciate your feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @solvedbiscuit71
Hi, Jonathan
No, i don't think there is another way around it. since, the background image are big we are forced to use
background-size
andbackground-position
to position accordingly.But, it would be better if you use viewport
vw
units instead ofpx
so it will be more responsive! Check out: my solutionHope that resolves your question.
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