Skip to content

Commit b6fb36a

Browse files
committed
fix: remove ixid
1 parent 0e2c78d commit b6fb36a

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
@@ -17,39 +17,39 @@
1717
<div
1818
class="panel active"
1919
style="
20-
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');
20+
background-image: url('https://images.unsplash.com/photo-1610212570473-6015f631ae96?auto=format&fit=crop&w=1350&q=80');
2121
"
2222
>
2323
<h3>Explore the world</h3>
2424
</div>
2525
<div
2626
class="panel"
2727
style="
28-
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');
28+
background-image: url('https://images.unsplash.com/photo-1606838830438-5f380a664a4e?auto=format&fit=crop&w=1350&q=80');
2929
"
3030
>
3131
<h3>Explore the world</h3>
3232
</div>
3333
<div
3434
class="panel"
3535
style="
36-
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');
36+
background-image: url('https://images.unsplash.com/photo-1606059100151-b09b22709477?auto=format&fit=crop&w=1778&q=80');
3737
"
3838
>
3939
<h3>Explore the world</h3>
4040
</div>
4141
<div
4242
class="panel"
4343
style="
44-
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');
44+
background-image: url('https://images.unsplash.com/photo-1603048675767-6e79ff5b8fc1?auto=format&fit=crop&w=1350&q=80');
4545
"
4646
>
4747
<h3>Explore the world</h3>
4848
</div>
4949
<div
5050
class="panel"
5151
style="
52-
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');
52+
background-image: url('https://images.unsplash.com/photo-1595433502559-d8f05e6a1041?auto=format&fit=crop&w=1350&q=80');
5353
"
5454
>
5555
<h3>Explore the world</h3>

0 commit comments

Comments
 (0)