Skip to content

Commit c7490f5

Browse files
committed
Merge branch 'main' into challenge-solutions
2 parents 8ed932a + b6fb36a commit c7490f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

001-expanding cards/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div
2020
class="panel active"
2121
style="
22-
background-image: url('https://images.unsplash.com/photo-1610212570473-6015f631ae96?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
22+
background-image: url('https://images.unsplash.com/photo-1610212570473-6015f631ae96?auto=format&fit=crop&w=1350&q=80');
2323
"
2424
>
2525
<!-- Change the Card Titles -->
@@ -28,31 +28,31 @@ <h3>Canada</h3>
2828
<div
2929
class="panel"
3030
style="
31-
background-image: url('https://images.unsplash.com/photo-1606838830438-5f380a664a4e?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1350&q=80');
31+
background-image: url('https://images.unsplash.com/photo-1606838830438-5f380a664a4e?auto=format&fit=crop&w=1350&q=80');
3232
"
3333
>
3434
<h3>Argentina</h3>
3535
</div>
3636
<div
3737
class="panel"
3838
style="
39-
background-image: url('https://images.unsplash.com/photo-1606059100151-b09b22709477?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1778&q=80');
39+
background-image: url('https://images.unsplash.com/photo-1606059100151-b09b22709477?auto=format&fit=crop&w=1778&q=80');
4040
"
4141
>
4242
<h3>Paris</h3>
4343
</div>
4444
<div
4545
class="panel"
4646
style="
47-
background-image: url('https://images.unsplash.com/photo-1603048675767-6e79ff5b8fc1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
47+
background-image: url('https://images.unsplash.com/photo-1603048675767-6e79ff5b8fc1?auto=format&fit=crop&w=1350&q=80');
4848
"
4949
>
5050
<h3>Tokyo</h3>
5151
</div>
5252
<div
5353
class="panel"
5454
style="
55-
background-image: url('https://images.unsplash.com/photo-1595433502559-d8f05e6a1041?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
55+
background-image: url('https://images.unsplash.com/photo-1595433502559-d8f05e6a1041?auto=format&fit=crop&w=1350&q=80');
5656
"
5757
>
5858
<h3>Brazil</h3>

0 commit comments

Comments
 (0)