Design comparison
SolutionDesign
Solution retrospective
Is there a better way to apply the background circles and make them responsive?
I thought they looked fine while previewing the results in the browser, but the design comparison slider clearly shows I have done something wrong...
Community feedback
- @DrallasPosted over 3 years ago
Hello Jed
I think it's better to apply the background circles using
background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
directly in CSS.You can find my solution on my GitHub. https://github.com/Drallas
I hope it helps!?
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