Skip to content

Commit

Permalink
bg optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 6, 2023
1 parent d09052e commit 780abf6
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,12 @@
width: 100%;
}

.bg-image{
/* .bg-image{
background-image: url("./assets/images/bg.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

#overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
cursor: pointer;
}
} */

/* .main-container {
background-image: url("./assets/images/14.png");
Expand Down

0 comments on commit 780abf6

Please sign in to comment.