Skip to content

Commit 0561e5e

Browse files
authored
Update index.html
1 parent c004c0e commit 0561e5e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

image-carousel/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<body>
1010
<div class="carousel">
1111
<div class="image-container" id="imgs">
12-
<img
13-
src="https://images.unsplash.com/photo-1599561046251-bfb9465b4c44?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1492&q=80"
14-
alt="fourth-image"
15-
/>
1612
<img src="https://images.unsplash.com/photo-1599394022918-6c2776530abb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1458&q=80"
1713
alt="first-image"
1814
/>
@@ -28,9 +24,6 @@
2824
src="https://images.unsplash.com/photo-1599561046251-bfb9465b4c44?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1492&q=80"
2925
alt="fourth-image"
3026
/>
31-
<img src="https://images.unsplash.com/photo-1599394022918-6c2776530abb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1458&q=80"
32-
alt="first-image"
33-
/>
3427
</div>
3528

3629
<div class="buttons-container">

0 commit comments

Comments
 (0)