-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
34 lines (29 loc) · 1.77 KB
/
Index.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" ontent="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>My project</title>
</head>
<body>
<div class="container">
<div class="panel active" style="background-image: url('https://images.unsplash.com/photo-1657650976741-ee0cb25af5d6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDF8Ym84alFLVGFFMFl8fGVufDB8fHx8&auto=format&fit=crop&w=500&q=60') ">
<h3>Explore the world 1</h3>
</div>
<div class="panel" style="background-image: url('https://images.unsplash.com/photo-1654285250602-c89d4888696f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80') ">
<h3>Explore the world 2</h3>
</div>
<div class="panel" style="background-image: url('https://images.unsplash.com/photo-1627081068022-be3944768427?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDV8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&w=500&q=60') ">
<h3>Explore the world 3</h3>
</div>
<div class="panel" style="background-image: url('https://images.unsplash.com/photo-1504123268864-eab972ee65f9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDExfHx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=500&q=60') ">
<h3>Explore the world 4</h3>
</div>
<div class="panel" style="background-image: url('https://images.unsplash.com/photo-1543365547-4db33aebb952?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE0fHx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=500&q=60') ">
<h3>Explore the world 5</h3>
</div>
</div>
<script src="script.js"></script>
</body>
</html>