Skip to content

Commit

Permalink
repeat background
Browse files Browse the repository at this point in the history
  • Loading branch information
osori committed Mar 27, 2021
1 parent 022ead7 commit 3a9ab6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
text-align: center;
}

#body:before {
body {
background-repeat: repeat-y !important;
}

body:before {
content: ' ';
background-image: url('./images/bg-home.jpg');
background-size: cover;
background-repeat: repeat-y;
position: absolute;
opacity: 0.3;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
max-height: 1500px;
height: 5000px;
z-index: -300;
}

Expand Down

0 comments on commit 3a9ab6b

Please sign in to comment.