Skip to content

Commit

Permalink
bg
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoCecere committed May 15, 2024
1 parent c081c9c commit 02652a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added img/bg-desert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@
/* Additional custom styles */
body {
font-family: 'Special Elite', cursive;
background-color: #FDD974; /* Yellow sand color */
background-color: #FDD974;
margin: 0;
padding: 0;
background-image: url('img/bg-desert.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed
}

.story-container {
max-width: 800px;
margin: 20px auto;
Expand Down

0 comments on commit 02652a7

Please sign in to comment.