is there a way to set the number of times a background image repeats with css?
Yes! You can set the background image size: background-size: 20%, 20%; This will make it repeat 5 times.