Backgorund prototype added
This commit is contained in:
5
ProjectSourceCode/src/resources/css/all-pages-style.css
Normal file
5
ProjectSourceCode/src/resources/css/all-pages-style.css
Normal 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 */
|
||||||
|
}
|
||||||
BIN
ProjectSourceCode/src/resources/img/grass-background.jpeg
Normal file
BIN
ProjectSourceCode/src/resources/img/grass-background.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
ProjectSourceCode/src/resources/img/grass-background.png
Normal file
BIN
ProjectSourceCode/src/resources/img/grass-background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 MiB |
@@ -5,7 +5,8 @@
|
|||||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;">
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- CSS on All Pages -->
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/all-pages-style.css">
|
||||||
|
|
||||||
<!-- Linking forms.css -->
|
<!-- Linking forms.css -->
|
||||||
<link rel="stylesheet" type="text/css" href="/css/login_and_registration.css">
|
<link rel="stylesheet" type="text/css" href="/css/login_and_registration.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user