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 0fc8515 commit 447bd97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
width: 100%;
}

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

/* .main-container {
background-image: url("./assets/images/14.png");
Expand Down
Binary file removed src/assets/images/bg.png
Binary file not shown.
Binary file added src/assets/images/bg.webp
Binary file not shown.

0 comments on commit 447bd97

Please sign in to comment.