body{
background-image: url (“images/background.png”) repeat;
}
1 Like
Hello,
Without more context, I’m afraid it’s difficult to know what kind of background image pattern you want to implement.
With that said, you don’t need the repeat because that’s enabled by default. You can use background-repeat to override the default repeat.