Upload files to "static/css"
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user