-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 2.05 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="panels">
<div class="panel active" style="background-image: url(https://images.pexels.com/photos/29720944/pexels-photo-29720944/free-photo-of-tranquil-sunlit-forest-with-pathway.jpeg);">
<h3>Lorem ipsum dolor sit amet.</h3>
</div>
<div class="panel" style="background-image: url('https://images.pexels.com/photos/29632553/pexels-photo-29632553/free-photo-of-woman-on-rooftop-overlooks-sagrada-familia.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');">
<h3>Lorem ipsum dolor sit amet.</h3>
</div>
<div class="panel" style="background-image: url('https://images.pexels.com/photos/29907755/pexels-photo-29907755/free-photo-of-butterfly-resting-on-wildflowers-in-nature.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');">
<h3>Lorem ipsum dolor sit amet.</h3>
</div>
<div class="panel" style="background-image: url('https://images.pexels.com/photos/16621446/pexels-photo-16621446/free-photo-of-sand-close-up.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');">
<h3>Lorem ipsum dolor sit amet.</h3>
</div>
<div class="panel" style="background-image: url('https://images.pexels.com/photos/29726414/pexels-photo-29726414/free-photo-of-sunlit-bamboo-shadows-on-wall-in-afternoon.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');">
<h3>Lorem ipsum dolor sit amet.</h3>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>