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 */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

View File

@@ -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">