Design comparison
Solution retrospective
Any feedbacks are welcome!
Please, I need some help with the background images, I wasn't able to adjust, search some articles online and on youtube, but evertyhing that I tried wasn't enough to adjust correctly, on the bottom left and top right. If anyone could help or give some tips, I appreciate it.
Community feedback
- @SinisaVukmirovicPosted almost 2 years ago
Hello!
About the background image circles... First, you are missing "background-repeat: no-repeat". Second, if you are using 2 images in one background-image property, you also need 2 values for background-position property.
Check this article out CSS Multiple Backgrounds
See if that helps you out in fixing them.
Best of luck!
Marked as helpful1@Yuri-MendesPosted almost 2 years ago@SinisaVukmirovic Thanks, it's a little better, but I couldn't adjust correctly, I don't know if I'm lost with adjusting the sizes ou the margins, but I'll try to fix it. Thanks for your help.
0@SinisaVukmirovicPosted almost 2 years ago@Yuri-Mendes there are no margin with background-images. Only background-position.
Take a break, step away from the code, clear your head, come back and read that article on how to use multiple background images and then you should solve it in no time.
Good luck!
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