Design comparison
SolutionDesign
Solution retrospective
This is my attempt in creating the profile card. I am having a hard time in setting position for multiple images in background. It may not perfect but I did my best and there is still a lot to learn. Any suggestions or comments are welcome.
Community feedback
- @namlh023Posted almost 3 years ago
Hi Jaycee,
With background-position property, it's easier to set it by keyword value: top, center, right, left and bottom. In this case, you could try something like this:
'background-position: bottom -600px right -700px,top -600px left -700px;
Hope it helps.
Marked as helpful2@simplyJCPosted almost 3 years ago@namlh023 Oh nice. Thank you for the suggestion. It will definitely helps.
0
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