Skip to content

Commit 5eef705

Browse files
committed
fix missing unsplash.it background-image for .panel2
1 parent d2f59f8 commit 5eef705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

05 - Flex Panel Gallery/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
.panel1 { background-image:url(https://source.unsplash.com/gYl-UtwNg_I/1500x1500); }
53-
.panel2 { background-image:url(https://source.unsplash.com/1CD3fd8kHnE/1500x1500); }
53+
.panel2 { background-image:url(https://source.unsplash.com/rFKUFzjPYiQ/1500x1500); }
5454
.panel3 { background-image:url(https://images.unsplash.com/photo-1465188162913-8fb5709d6d57?ixlib=rb-0.3.5&q=80&fm=jpg&crop=faces&cs=tinysrgb&w=1500&h=1500&fit=crop&s=967e8a713a4e395260793fc8c802901d); }
5555
.panel4 { background-image:url(https://source.unsplash.com/ITjiVXcwVng/1500x1500); }
5656
.panel5 { background-image:url(https://source.unsplash.com/3MNzGlQM7qs/1500x1500); }

05 - Flex Panel Gallery/index-START.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
.panel1 { background-image:url(https://source.unsplash.com/gYl-UtwNg_I/1500x1500); }
48-
.panel2 { background-image:url(https://source.unsplash.com/1CD3fd8kHnE/1500x1500); }
48+
.panel2 { background-image:url(https://source.unsplash.com/rFKUFzjPYiQ/1500x1500); }
4949
.panel3 { background-image:url(https://images.unsplash.com/photo-1465188162913-8fb5709d6d57?ixlib=rb-0.3.5&q=80&fm=jpg&crop=faces&cs=tinysrgb&w=1500&h=1500&fit=crop&s=967e8a713a4e395260793fc8c802901d); }
5050
.panel4 { background-image:url(https://source.unsplash.com/ITjiVXcwVng/1500x1500); }
5151
.panel5 { background-image:url(https://source.unsplash.com/3MNzGlQM7qs/1500x1500); }

0 commit comments

Comments
 (0)