Jump to content

how to add tiled background on HTML website?


htmlhelpneeded

Recommended Posts

Given that you have a background, you should be able to use the "background-repeat" style to create a tiled effect. Replace the class selector, with whatever is applicable.

.background {
  background-repeat: repeat;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...