Skip to content

Commit

Permalink
add images path
Browse files Browse the repository at this point in the history
  • Loading branch information
eexxiist committed Feb 6, 2024
1 parent 5adafb3 commit e641fd6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,15 +394,15 @@ button.lake{
}

.consalt_left_page_grid_first{
background-image: url('./images/consaltLeftImg.jpg');
background-image: url('../images/consaltLeftImg.jpg');
background-size: cover;
width: 100%;
height: 100%;
background-position: center;
}

.consalt_left_page_grid_fourth{
background-image: url('./images/consaltRightImg.jpg');
background-image: url('../images/consaltRightImg.jpg');
background-size: cover;
background-position: center;
width: 100%;
Expand Down Expand Up @@ -455,7 +455,7 @@ button.lake{
}

.consalt_right_page_grid_second{
background-image: url('./images/dinnerTopImg.jpg');
background-image: url('../images/dinnerTopImg.jpg');
background-size: cover;
width: 100%;
height: 100%;
Expand All @@ -473,7 +473,7 @@ button.lake{
position: absolute;
top: 0;
left: 0;
background-image: url('./images/dinnerBottomImg.jpg');
background-image: url('../images/dinnerBottomImg.jpg');
background-size: cover;
background-position: center;
width: 100%;
Expand Down Expand Up @@ -560,7 +560,7 @@ button.lake{
.garnish_left_page_grid_second{
width: 100%;
height: 100%;
background-image: url('./images/garnishTopImg.jpg');
background-image: url('../images/garnishTopImg.jpg');
background-size: cover;
background-position: center bottom;
grid-column: 2 / 3;
Expand All @@ -577,7 +577,7 @@ button.lake{
.garnish_left_page_grid_third_wrap{
width: 100%;
height: 100%;
background-image: url('./images/garnishBottomImg.jpg');
background-image: url('../images/garnishBottomImg.jpg');
background-size: cover;
background-position: center top;
}
Expand All @@ -596,7 +596,7 @@ button.lake{
}

.garnish_right_page_grid_first{
background-image: url('./images/HelpTopImg.jpg');
background-image: url('../images/HelpTopImg.jpg');
background-size: 100% 100%;
width: 100%;
height: 100%;
Expand All @@ -605,7 +605,7 @@ button.lake{
}

.garnish_right_page_grid_second{
background-image: url('./images/helpBottomImg.jpg');
background-image: url('../images/helpBottomImg.jpg');
background-size: cover;
background-position: center center;
width: 100%;
Expand Down Expand Up @@ -646,7 +646,7 @@ button.lake{

.mona_lisa{
position: relative;
background-image: url('./images/monaLizaImg.jpg');
background-image: url('../images/monaLizaImg.jpg');
background-size: cover;
background-position: center;
width: 100%;
Expand Down Expand Up @@ -678,7 +678,7 @@ button.lake{
}

.pastry_left_page_wrapper{
background-image: url('./images/pastryLeftImg.jpg');
background-image: url('../images/pastryLeftImg.jpg');
background-size: cover;
background-position: center center;
width: 100%;
Expand Down Expand Up @@ -708,7 +708,7 @@ button.lake{
}

.pastry_right_page_grid_second{
background-image: url('./images/lemonImg.jpg');
background-image: url('../images/lemonImg.jpg');
background-size: cover;
width: 100%;
height: 100%;
Expand Down Expand Up @@ -736,7 +736,7 @@ button.lake{
/* ------footer---- */

footer{
background-image: url('./images/footerImg.jpg');
background-image: url('../images/footerImg.jpg');
background-size: cover;
background-position: center center;
width: 100%;
Expand Down Expand Up @@ -789,14 +789,14 @@ footer{
}

.whatsup_icon{
background-image: url('./images/whatsapp-logo.png');
background-image: url('../images/whatsapp-logo.png');
background-size: cover;
width: 36px;

}

.mail_icon{
background-image: url('./images/mail-logo.png');
background-image: url('../images/mail-logo.png');
background-size: cover;
width: 36px;
}
Expand Down

0 comments on commit e641fd6

Please sign in to comment.