Design comparison
SolutionDesign
Solution retrospective
I don't know how to set the background pattern (two blue balls) in the correct position, can anyone help me to set the background ?? Cheers!
Community feedback
- @RajSanjelPosted over 2 years ago
You can use
background-image
property. Then setbackground-repeat: no-repeat;
. Then setbackground-position:[center,top,bottom,left]
Read more about it here.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