forked from lucaspatenaude/ScoreSpot
5 lines
310 B
CSS
5 lines
310 B
CSS
body {
|
|
/* background-image: url('./../img/grass-background.png'); Specify the path to your background image */
|
|
/* background-repeat: repeat; Set the background image to repeat both horizontally and vertically */
|
|
/* background-size: 1000px; Set the size of the background image for each repeat */
|
|
} |