Design comparison
SolutionDesign
Community feedback
- @vitorlfariaPosted over 3 years ago
Hello Cameron! how are you? hope u're good.
For the background circles what i did was to put it directly in the body with css, them put it to no repeat and position it. You can make this like this 👇🏼
body { background: url(the top image location), url(the bottom image location), the background color; /*This part is to put the images in the background*/ background-repeat: no-repeat, no-repeat; /*This set the images to dont repeat*/ background-position: left #vw top #vw, right #vw bottom #vw; /*here i used vw to position the images, but u can use the unit u prefer*/ }
I hope it helps you. Let me know if this works for you too.
#KeepCoding #HappyCoding
2@webstormcamPosted over 3 years agoThanks for the reply! This totally helped! I hope that you have a good day!
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