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 abf5fee commit ea443f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/image 53.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image 55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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("/assets/Images/image\ 53.png") no-repeat center center;
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-size: cover;
}
.image2{
background: url("/assets/images/image\ 55.png") no-repeat center center ;
background: url("image\ 55.png") no-repeat center center ;
background-size: cover;
}
.loader {
Expand Down

0 comments on commit ea443f9

Please sign in to comment.