@jorgealves-bSubmitted about 2 years ago
I don't know how to position this background, any help?
I don't know how to position this background, any help?
You can do something like this:
background-image:url(./images/bg-pattern-top.svg),url(./images/bg-pattern-bottom.svg) ;
background-repeat: no-repeat,no-repeat;
background-position: right 51vw bottom 20vh, left 45vw top 50vh ;
I hope this is helpful!