Design comparison
Solution retrospective
Setting the background pattern was a challenge. How to do them effectively? Any suggestion?
Community feedback
- @techantherePosted almost 3 years ago
Hey saran, you don't need to add div in html because this way they won't be the background but instead share almost the same hierarchy with other elements. Instead, you should use the pattern as the background in body. You can then use this property instead
background-position: right 50vw bottom 40vh, left 50vw top 50vh;
.If you need further help, you can check my solution here as well.Marked as helpful0 - @Saran-73Posted almost 3 years ago
Thankyou for taking your time to reply I appreciate it.Your comment helped me to get some clarity about the background pattern .
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