-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.24 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.24 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Task</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="panel active" style="background-image : url(./images.jpg/WhatsApp\ Image\ 2023-05-30\ at\ 18.11.02.jpeg);">
<h3> Explore The World</h3>
</div>
<div class="panel" style="background-image : url(./images.jpg/WhatsApp\ Image\ 2023-05-30\ at\ 18.11.04.jpeg);">
<h3> Wild Forest</h3>
</div>
<div class="panel" style="background-image : url(./images.jpg/WhatsApp\ Image\ 2023-05-30\ at\ 18.11.06.jpeg);">
<h3> Sunny Beach</h3>
</div>
<div class="panel" style="background-image : url(./images.jpg/WhatsApp\ Image\ 2023-05-30\ at\ 18.11.08.jpeg);">
<h3> City On Winter </h3>
</div>
<div class="panel" style="background-image : url(./images.jpg/WhatsApp\ Image\ 2023-05-30\ at\ 18.11.09.jpeg);">
<h3> Mountains -Clouds</h3>
</div>
</div>
<script src="script.js"></script>
</body>
</html>