Skip to content

Commit

Permalink
сова угу
Browse files Browse the repository at this point in the history
  • Loading branch information
SeryiBaran committed Aug 3, 2024
1 parent 14c55ef commit e6dbd1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added public/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,21 @@ img[src*='#center'] {
display: block;
margin: auto;
}

html {
position: relative;
z-index: 1;
}
html:before {
z-index: -1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
max-width: 100vw;
width: 100%;
background-image: url('/bg.jpg');
background-size: contain;
content: '';
opacity: 0.18;
}

0 comments on commit e6dbd1a

Please sign in to comment.