Skip to content

Commit

Permalink
Changed background image(better than before)
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanKisku committed Oct 26, 2023
1 parent 90d7a1e commit 2089006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/assets/Images/red-house.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/components/Header-section/Header-section.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.header-section {
width: 100%;
height: 100vh;
background: url(/src/assets/Images/header-bg.png);
background: url(/src/assets/Images/red-house.png);
background-position: center center;
background-color: #262626;
background-size: cover;
Expand Down Expand Up @@ -73,7 +73,7 @@
.header-section {
width: 100%;
height: 1024px;
background: url(/src/assets/Images/header-bg.png);
background: url(/src/assets/Images/red-house.png);
background-position: center center;
background-color: #262626;
background-size: cover;
Expand Down

0 comments on commit 2089006

Please sign in to comment.