diff --git a/ProjectSourceCode/src/resources/css/all-pages-style.css b/ProjectSourceCode/src/resources/css/all-pages-style.css new file mode 100644 index 0000000..ac4d128 --- /dev/null +++ b/ProjectSourceCode/src/resources/css/all-pages-style.css @@ -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 */ +} \ No newline at end of file diff --git a/ProjectSourceCode/src/resources/img/grass-background.jpeg b/ProjectSourceCode/src/resources/img/grass-background.jpeg new file mode 100644 index 0000000..620ec2c Binary files /dev/null and b/ProjectSourceCode/src/resources/img/grass-background.jpeg differ diff --git a/ProjectSourceCode/src/resources/img/grass-background.png b/ProjectSourceCode/src/resources/img/grass-background.png new file mode 100644 index 0000000..32ced85 Binary files /dev/null and b/ProjectSourceCode/src/resources/img/grass-background.png differ diff --git a/ProjectSourceCode/src/views/partials/head.hbs b/ProjectSourceCode/src/views/partials/head.hbs index 76fed0a..92d27bd 100644 --- a/ProjectSourceCode/src/views/partials/head.hbs +++ b/ProjectSourceCode/src/views/partials/head.hbs @@ -5,7 +5,8 @@ - + +