Skip to content

Commit 6909bc4

Browse files
authored
Update main.css
1 parent baca3cd commit 6909bc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,27 @@ h1, h2, h3, h4, h5 {
7070
top: 0; }
7171

7272
#item-1 {
73-
background: url("/assets/imgs/3-days.jpeg");
73+
background: url("../imgs/3-days.jpeg");
7474
background-repeat: no-repeat;
7575
background-size: cover; }
7676

7777
#item-2 {
78-
background: url("/assets/imgs/convenience.jpg");
78+
background: url("../imgs/convenience.jpg");
7979
background-repeat: no-repeat;
8080
background-size: cover; }
8181

8282
#item-3 {
83-
background: url("/assets/imgs/price.jpeg");
83+
background: url("../imgs/price.jpeg");
8484
background-repeat: no-repeat;
8585
background-size: cover; }
8686

8787
#item-4 {
88-
background: url("/assets/imgs/warranty.jpeg");
88+
background: url("../imgs/warranty.jpeg");
8989
background-repeat: no-repeat;
9090
background-size: cover; }
9191

9292
#item-5 {
93-
background: url("/assets/imgs/free-gift.jpeg");
93+
background: url("../imgs/free-gift.jpeg");
9494
background-repeat: no-repeat;
9595
background-size: cover; }
9696

0 commit comments

Comments
 (0)