Design comparison
SolutionDesign
Solution retrospective
I'm waiting your suggestion.
Community feedback
- @Zy8712Posted about 1 year ago
Your website looks pretty good. The only thing really missing from your site is the missing background pattern. In order to implement that you can do something along the lines of:
background-image: url("./images/bg-pattern-top.svg"), url("./images/bg-pattern-bottom.svg"); background-repeat: no-repeat, no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh; /* top img is offset 52 percent of the vw from the right and offset 35 of the vh from the bottom*/ /* bottom img is offset 48 percent of the vw from the left and offset 52 of the vh from the top*/
Hope this helps 👍
Marked as helpful0 - @eniskrtPosted about 1 year ago
@Zy8712 It works. I did it by percentege. When screen shrinked, my bacground pattern suddenly disapeard. Now it take its place.
Thanks... Good code!
Enis.
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