-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6.html
23 lines (22 loc) · 872 Bytes
/
6.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta viewport="content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="style6.css">
<title>DAY-2</title>
</head>
<body>
<div class="sunset">
<div="parent-container">
<img class="i1" src="sebastien-gabriel--IMlv9Jlb24-unsplash.jpg" alt="sunset and ocean"/>
<div class="child-container">
<h1 class="heading1">Explore the diversities in Bali</h1>
<p class="paragraph">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Assumenda voluptates rem enim eos consequatur et fugiat dolor ea quis. Quo.</p>
<div class="button">
<button class="button">Explore now</button>
</div>
</div>
</div>
</div>
</body>