Skip to content

Commit 3843362

Browse files
committedJan 24, 2025
fix: slider imgs
1 parent 648419e commit 3843362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎053-touch slider/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
<div class="slide">
1616
<h2>AirPods</h2>
1717
<h4>$199</h4>
18-
<img src="https://i.ibb.co/y08W0Jx/image1.png" alt="" />
18+
<img src="https://i.ibb.co/ydLkyqw/airpods.png" alt="" />
1919
<a href="#" class="btn">Buy Now</a>
2020
</div>
2121
<div class="slide">
2222
<h2>iPhone 12</h2>
2323
<h4>$799</h4>
24-
<img src="https://i.ibb.co/NYdGg2q/image2.png" alt="" />
24+
<img src="https://i.ibb.co/C7VYPFh/iphone12.png" alt="" />
2525
<a href="#" class="btn">Buy Now</a>
2626
</div>
2727
<div class="slide">
2828
<h2>iPad</h2>
2929
<h4>$599</h4>
30-
<img src="https://i.ibb.co/Jd3t4hQ/image3.png" alt="" />
30+
<img src="https://i.ibb.co/NmgpvVX/ipad.png" alt="" />
3131
<a href="#" class="btn">Buy Now</a>
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)