Skip to content

Commit

Permalink
Merge pull request #95 from cse110-sp23-group20/common-backgound-
Browse files Browse the repository at this point in the history
changed to common background for all pages
  • Loading branch information
ohuynh21 authored Jun 12, 2023
2 parents daa9025 + 372d0be commit 96fcab3
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/FortuneCookie/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
right: -10px;
bottom: -10px;
z-index: -1;
background-image: url("Images/Background.png");
background-image: url("../common/Images/Background.png");
background-size: cover;
background-position: center;
}
Expand Down
Binary file removed source/PalmReading/images/background.png
Binary file not shown.
2 changes: 1 addition & 1 deletion source/PalmReading/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* code for picture-frame page */
body {
/* palm reading background image, two small palms with symbols, mystical, celestial, stars and nebulae, dark blue and purple */
background-image: url("./images/background.png");
background-image: url("../common/Images/Background.png");
color: white;
display: flex;
justify-content: center;
Expand Down
Binary file removed source/Zodiac_compatibility/images/background.png
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion source/Zodiac_compatibility/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
background-image: url("images/background.png");
background-image: url("../common/Images/Background.png");
overflow: visible;
overflow-x: hidden;
}
Expand Down
File renamed without changes
Binary file removed source/home-page/Images/Background.png
Binary file not shown.
2 changes: 1 addition & 1 deletion source/home-page/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* used to set background image*/

body {
background-image: url("Images/Background.png");
background-image: url("../common/Images/Background.png");
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit 96fcab3

Please sign in to comment.