Skip to content

Commit

Permalink
update path of images
Browse files Browse the repository at this point in the history
  • Loading branch information
kero1019 committed Jul 1, 2024
1 parent ea443f9 commit a48869f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ body{

/* End of Global Rules */
.image{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url("/image\ 53.png") no-repeat center center;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url("../assets/Images/image\ 53.png") no-repeat center center;
background-size: cover;
}
.image2{
background: url("image\ 55.png") no-repeat center center ;
background: url("../assets/images/image\ 55.png") no-repeat center center ;
background-size: cover;
}
.loader {
Expand Down

0 comments on commit a48869f

Please sign in to comment.