Design comparison
SolutionDesign
Solution retrospective
Please just look at my code and tell me what i made wrong. Thank in advance
Community feedback
- @madanlalitPosted almost 2 years ago
the background image is not positioned well enough to do that use this code and you can add two background images also simultaneously for that you have to write code with comma background-image: url(images/bg-pattern-top.svg),url(images/bg-pattern-bottom.svg); background-repeat: no-repeat,no-repeat; background-position: -50% 350%,160% -240%; background-attachment: fixed,fixed;
i hope this helps!
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