Skip to content

Commit b6ad1df

Browse files
authored
Change icons for home page
Added image urls
1 parent ae1fb01 commit b6ad1df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

public/css/styles.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body * {
44
}
55
.homeBody {
66
min-height: 100svh;
7-
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.unsplash.com/photo-1573405618462-1a85b3ac7bac?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=580&q=80");
7+
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.vecteezy.com/system/resources/previews/003/823/542/original/spices-for-use-as-cooking-ingredients-on-a-wooden-background-with-fresh-vegetables-healthy-food-herbs-organic-vegetables-on-the-table-raw-materials-of-cooking-preparation-tom-yum-free-photo.jpg");
88
background-repeat: no-repeat;
99
background-size: cover;
1010
background-position: center 30%;
@@ -45,20 +45,20 @@ h3.homeTitle {
4545
transition: .2s;
4646
transform: scale(1.5);
4747
border-radius: 15px;
48-
.textBackground {
49-
border-bottom-left-radius: 12px;
50-
border-bottom-right-radius: 12px;
51-
}
48+
}
49+
.component:hover .textBackground {
50+
border-bottom-left-radius: 12px;
51+
border-bottom-right-radius: 12px;
5252
}
5353
.weeklyMenu {
54-
background-image: url("https://images.unsplash.com/photo-1536236397240-9b229a37a286?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
54+
background-image: url("https://freedesignfile.com/upload/2017/05/Restaurant-menu-with-black-background-vector.jpg");
5555
background-position: center;
5656
background-size: cover;
5757
background-repeat: no-repeat;
5858
animation: weeklyMenuAnimation 1.2s;
5959
}
6060
.inFridge {
61-
background-image: url("https://images.unsplash.com/photo-1643494847705-74808059bf07?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=415&q=80");
61+
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSI9F3QferHQjUXTo53v2JRvG2YPp78J3HgKA&usqp=CAU");
6262
background-position: center;
6363
background-size: cover;
6464
background-repeat: no-repeat;

0 commit comments

Comments
 (0)