Skip to content

Commit

Permalink
Added a background image for the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sp3EdeR committed Mar 1, 2024
1 parent 614d197 commit bdacfc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ body {
justify-content: center;
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 10rem rgba(0, 0, 0, 1);
background-image: url('background.jpg');
background-size: cover;
}

.cover-container {
background-color: #fff;
box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
max-width: 48em;
width: 100%;
}
Expand Down

0 comments on commit bdacfc8

Please sign in to comment.