-
Notifications
You must be signed in to change notification settings - Fork 0
/
randLandScape.html
41 lines (35 loc) · 1.38 KB
/
randLandScape.html
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
36
37
38
39
40
41
<html>
<head>
<title>Landscape</title>
<meta charset="UTF-8">
<meta name="viewport" content="widht=device-width, initial-scale=1">
<link rel="stylesheet" href="imgstyle.css">
</head>
<body>
<!-- <img src="https://source.unsplash.com/random/1920x1080/?forest"
alt=" image not available" /> -->
<h1>Auto - Image Slider HTML and CSS</h1>
<div class="slider-frame">
<div class="slide-images">
<div class="img-container">
<img src="images/1.jpg">
</div>
<div class="img-container">
<img src="images/2.jpg">
</div>
<div class="img-container">
<img src="images/3.jpg">
</div>
<div class="img-container">
<img src="images/4.jpg">
</div>
<div class="img-container">
<img src="images/5.jpg">
</div>
</div>
</div>
<!-- <a href="https://source.unsplash.com/random/1920x1080/?forest" download> Download Image</a> -->
<!-- <a href = "main.jpg" download>DOWNLOAD FILE</a> -->
<!-- <button type="button" class="button" data-download="https://source.unsplash.com/random/1920x1080/?forest">DOWNLOAD</button> -->
</body>
</html>