Last active
January 10, 2017 12:03
-
-
Save robhob/3c199c70d6d790478d341c07eb71372f to your computer and use it in GitHub Desktop.
Tile the background of a Divi Section
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background-repeat: repeat; | |
background-size: initial; | |
background-image:url(http://yoursite.com/wp-content/uploads/thetile.png); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment