Submitted almost 3 years ago
Profile card component solution using HTML and CSS
@AndresRicardo
Design comparison
SolutionDesign
Community feedback
- @anoshaahmedPosted almost 3 years ago
for the background images to be in the right positions,
body { background-color: hsl(185, 75%, 39%); background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh; }
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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