Skip to content

Commit

Permalink
Merge pull request Anjaliavv51#100 from SumanKisku/change-background-…
Browse files Browse the repository at this point in the history
…image

fix: Changed background image(better than before) Anjaliavv51#61
  • Loading branch information
gauravsingh1281 authored Oct 27, 2023
2 parents c929a9f + 32781b0 commit d28b5ce
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 d28b5ce

Please sign in to comment.