Skip to content

Commit b76f1ad

Browse files
committed
Merge branch 'Timeline_onScrollAnimation' of https://github.com/sohan9819/frontend-html-css-js into Timeline_onScrollAnimation
2 parents 87f5111 + 4400fcd commit b76f1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Timelines/Timeline_onScroll_Animation_1/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ <h1>EXERCISE</h1>
3232
<img
3333
class="logoImage"
3434
src="./images/logoImage_1.png"
35-
alt=""
35+
alt="image1"
3636
id="logoImage_1"
3737
/>
3838
<img
3939
class="logoImage"
4040
src="./images/logoImage_2.png"
41-
alt=""
41+
alt="image2"
4242
id="logoImage_2"
4343
/>
4444
<div class="child-container">
@@ -66,13 +66,13 @@ <h1>EXERCISE</h1>
6666
<img
6767
class="logoImage"
6868
src="./images/logoImage_3.png"
69-
alt=""
69+
alt="image3"
7070
id="logoImage_3"
7171
/>
7272
<img
7373
class="logoImage"
7474
src="./images/logoImage_4.png"
75-
alt=""
75+
alt="image4"
7676
id="logoImage_4"
7777
/>
7878
<div class="child-container">

0 commit comments

Comments
 (0)