Skip to content

Commit c5b3787

Browse files
committed
fix: img bg
1 parent 34f194a commit c5b3787

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

083-full screen image slider/style.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,33 @@ body {
5858
}
5959

6060
.slide:first-child {
61-
background: url("https://source.unsplash.com/vTL_qy03D1I/1600x900") no-repeat
62-
center top/cover;
61+
background: url("https://images.unsplash.com/photo-1492633423870-43d1cd2775eb?q=80&w=2070")
62+
no-repeat center top/cover;
6363
}
6464

6565
.slide:nth-child(2) {
66-
background: url("https://source.unsplash.com/n19qtMX3nNY/1600x900") no-repeat
67-
center top/cover;
66+
background: url("https://images.unsplash.com/photo-1471565661762-b9dfae862dbe?q=80&w=2070")
67+
no-repeat center top/cover;
6868
}
6969

7070
.slide:nth-child(3) {
71-
background: url("https://source.unsplash.com/_7LbC5J-jw4/1600x900") no-repeat
72-
center top/cover;
71+
background: url("https://images.unsplash.com/photo-1501196354995-cbb51c65aaea?q=80&w=2071")
72+
no-repeat center top/cover;
7373
}
7474

7575
.slide:nth-child(4) {
76-
background: url("https://source.unsplash.com/_KaMTEmJnxY/1600x900") no-repeat
77-
center top/cover;
76+
background: url("https://images.unsplash.com/photo-1469334031218-e382a71b716b?q=80&w=2070")
77+
no-repeat center top/cover;
7878
}
7979

8080
.slide:nth-child(5) {
81-
background: url("https://source.unsplash.com/3mGnYRUNIck/1600x900") no-repeat
82-
center top/cover;
81+
background: url("https://images.unsplash.com/photo-1500917293891-ef795e70e1f6?q=80&w=2070")
82+
no-repeat center top/cover;
8383
}
8484

8585
.slide:nth-child(6) {
86-
background: url("https://source.unsplash.com/cxnkcRnwS7M/1600x900") no-repeat
87-
center center/cover;
86+
background: url("https://images.unsplash.com/photo-1463453091185-61582044d556?q=80&w=2070")
87+
no-repeat center center/cover;
8888
}
8989

9090
.buttons button#prev {

0 commit comments

Comments
 (0)