-
Notifications
You must be signed in to change notification settings - Fork 0
/
pindex.html
82 lines (82 loc) · 3.24 KB
/
pindex.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<title>Document</title>
</head>
<body>
<h1> <a href="./lethergo.html> Hit cancel or visit Blog-Site </a></h1>
<div class="parent">
<div class="child">
<div class="head-alert">
<div class="tit">Test 2K2 </div>
<div class="close-al"></div>
</div>
<div class="offer">
<p> Hit cancel or visit Blog-Site </p>
</div>
</div>
</div>
<div class="content">
<div class="box">
<div class="video">
<img src="/planets/mercury.png" >
<p>planet name :- mercury</p>
<p>days of the year :- 88.96 days</p>
<p>The number of hours of the day :- 58.6 hours</p>
</div>
<div class="video">
<img src="/planets/venus.png" width="150">
<p>planet name :- venus</p>
<p>days of the year :- 225 days</p>
<p>The number of hours of the day :- 242.9 days</p>
</div>
<div class="video">
<img src="/planets/earth.png" width="150">
<p>planet name :- earth</p>
<p>days of the year :- 365 days</p>
<p>The number of hours of the day :- 23.93 hours</p>
</div>
<div class="video">
<img src="/planets/mars.png" width="150">
<p>planet name :- mars</p>
<p>days of the year :- 687.98 days</p>
<p>The number of hours of the day :- 24.62 hours</p>
</div>
<div class="video">
<img src="/planets/jupiter.png" width="150">
<p>planet name :- Jupiter</p>
<p>days of the year :- 4,333 days</p>
<p>The number of hours of the day :- 09:56 hours</p>
</div>
<div class="video">
<img src="/planets/saturn.png" width="150">
<p>planet name :- Saturn</p>
<p>days of the year :- 10,759 days</p>
<p>The number of hours of the day :- 10:33 hours</p>
</div>
<div class="video">
<img src="/planets/uranus.png" width="150">
<p>planet name :- Uranus</p>
<p>days of the year :- 30,687 days</p>
<p>The number of hours of the day :- 17:14 hours</p>
</div>
<div class="video">
<img src="/planets/neptune.png" width="150">
<p>planet name :- Neptune</p>
<p>days of the year :- 60,190 days</p>
<p>The number of hours of the day :- 16:06 hours</p>
</div>
</div>
</div> <script>
document.querySelector(".close-al").onclick = function() {
document.querySelector(".parent").style.display = "none"
document.body.style.cssText = "overflow-y:scroll"
}
</script>
</body>
</html>