Upload files to "static/css"

This commit is contained in:
2024-11-29 15:05:12 -05:00
parent 7a199e728f
commit 5c18565959
3 changed files with 72 additions and 86 deletions

View File

@ -3,6 +3,9 @@ body {
background-color: #000000;
color: #ffa500;
font-family: 'Arial', sans-serif;
background-image: url('/static/Pictures/halloween.jpg');
background-size: cover; /* Cover the whole screen */
background-attachment: fixed; /* Fixed background */
}
h1, h2, h3, p {