-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1.26 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
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Planet Earth II</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="main-div">
<div class="main1">
<img src="./Images/Planet Earth II.avif" alt="">
</div>
<div class="main2">
<h1>Planet Earth II</h1>
<p class="title">2006 <span> 300 min </span> <span> Science Documentary</span></p>
<p class="para1">
"Planet Earth II" is a British nature documentary series produced by the BBC. It is the sequel to the
highly acclaimed "Planet Earth" series, which originally aired in 2006. "Planet Earth II" was first
broadcast in 2016, and like its predecessor, it was narrated by Sir David Attenborough.
The series consists of six episodes, each focusing on a different habitat: "Islands," "Mountains,"
"Jungles," "Deserts," "Grasslands," and "Cities."
</p>
<button class="read">Read more</button>
<button class="watch">Watch Trailer</button>
</div>
</div>
</body>
</html>