forked from ritwikranjan/resource-library-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnimation html code.txt
More file actions
35 lines (34 loc) · 1.06 KB
/
Animation html code.txt
File metadata and controls
35 lines (34 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="anime style.css">
</head>
<body >
<div class="css-slideshow">
<figure>
<img src="languages.png" alt="ML & AI" width="400" height="400"/>
</figure>
<figure>
<img src="android.png" alt="Android" width="400" height="400"/>
</figure>
<figure>
<img src="web.png" alt="Languages" width="400" height="400"/>
</figure>
<figure>
<img src="ml.png" alt="WebDev" width="400" height="400"/>
</figure>
<figure>
<img src="toolbox.png" alt="AI & ML" width="400" height="400"/>
</figure>
<figure>
<img src="courses.png" alt="College courses" width="400" height="400"/>
</figure>
<figure>
<img src="languages.png" alt="WebDev" width="400" height="400"/>
</figure>
<figure>
<img src="web.png" alt="Android" width="400" height="400"/>
</figure>
</div>
</body>
</html>