Skip to content

Commit e58fbbb

Browse files
author
dima_los
committed
Update
1 parent 1d31e8e commit e58fbbb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

assets/tutorial-5-images/stars.png

-2.78 KB
Loading

solutions/tutorial-05/5-3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>
22
<a href="https://www.apple.com/apple-watch-series-10/">
3-
<img src="images/watch-10.png" class="apple-watch-10-image">
3+
<img src="https://dimal-dev.github.io/html-css/assets/tutorial-5-images/watch-10.png" class="apple-watch-10-image">
44
</a>
55
</p>
66
<p class="apple-watch-description">

solutions/tutorial-05/5-4.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="images/pixel-watch-3.png" class="product-preview-image">
1+
<img src="https://dimal-dev.github.io/html-css/assets/tutorial-5-images/pixel-watch-3.png" class="product-preview-image">
22
<p class="product-title">
33
Google Pixel Watch 3
44
</p>

solutions/tutorial-05/5-5.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
4.7
1010
</p>
1111
<p>
12-
<img src="images/stars.png" class="stars-image">
12+
<img src="https://dimal-dev.github.io/html-css/assets/tutorial-5-images/stars.png" class="stars-image">
1313
</p>
1414
<p class="credits">
1515
All from verified purchases

0 commit comments

Comments
 (0)