Skip to content

Commit

Permalink
Merge pull request #13 from isdi-coders-2023/feature/background
Browse files Browse the repository at this point in the history
Add background image in header and footer
  • Loading branch information
FerreiroAlberto authored Apr 2, 2024
2 parents 21cdbf9 + beb465d commit d8d6843
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/app/feature/filter/filter.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ ul {
button {
background-color: transparent;
border: none;
}



cursor: pointer;
}
2 changes: 1 addition & 1 deletion src/app/shared/footer/footer.component.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
footer {
justify-content: space-between;
color: white;
background-color: #252525;
background-image: url(../../../assets/img/background.jpg);
display: flex;
padding-inline: 10rem;
ul {
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/header/header.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
header {
background-color: #252525;
background-image: url(../../../assets/img/background.jpg);
padding-inline: 3rem;
display: flex;
justify-content: space-between;
Expand Down
Binary file modified src/assets/img/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8d6843

Please sign in to comment.