sohaib• 50
@muffin50
Posted
Hi Maxfield ,You do a good work ! keep working about the background-image , I have a little advice i hope it can helps you.
You have to add these codes and remove background attachment and position
body {
background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-
bottom.svg) ;
background-repeat: no-repeat , no-repeat ;
background-position: right 45vw bottom 45vh, left 45vw top 45vh ;
}
Marked as helpful
0
Maxfield• 30
@feri770
Posted
@muffin50 Thank you sohaib, I will try this code right away.
0