Backgorund prototype added

This commit is contained in:
Lucas Patenaude
2024-04-14 19:01:24 -06:00
parent 807ca6c64e
commit 111466a860
4 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
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 */
}