Design comparison
Solution retrospective
How could I do the background without trial-and-error moving the images?
Other kind of feedback is welcome as always.
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hi there, Thiago Adomaitis! 👋
Well done on this challenge! 👍 The profile card looks pretty good! 🙌
Like kyrylolvov mentioned, you can use CSS background images to add the SVG circles to this challenge. Using viewport units to position them will ensure that they remain in their place when the screen is resized. 😉
Keep coding (and happy coding, too)! 😁
1 - @kyrylolvovPosted almost 4 years ago
Hey! 😄
Great job on this challenge! 🏆
Here is how I placed those circles in my project:
body{ background: url(../images/bg-pattern-top.svg) top -600px left -300px no-repeat fixed, url(../images/bg-pattern-bottom.svg) bottom -600px right -200px no-repeat fixed; }
Good Luck and Happy New Year! 🎄
1
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