-
Notifications
You must be signed in to change notification settings - Fork 5
/
neptune.html
56 lines (49 loc) · 2.14 KB
/
neptune.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
<!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">
<title>NEPTUNE</title>
<link rel="stylesheet" type="text/css" href="planetstyle.css">
</head>
<body style ="background: url(https://solarsystem.nasa.gov/system/feature_items/images/82_carousel_neptune_1.jpg);
background-size:100%;
background-repeat:no-repeat;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h6 class="animate-charcter"> <p>
Overview:<br>
Radius:24,622 km<br>
Type:ice giant<br>
Effective temperature:-214°C<br>
Gravity:11.15 m/s²<br>
Neptune, the eighth planet from the sun, is the fourth largest planet in the solar system, but because it is so far away, it is not visible to the naked eye. Images from Voyager 1 show a vibrant blue Neptune with 14 moons, including its largest moon, Triton, discovered just 17 days after Neptune was first documented in 1846.<br>
Want to know more about Neptune? Visit these links:<br></p></h6>
<div style="padding-left: 50px;">
<a href="https://solarsystem.nasa.gov/planets/neptune/overview/">
<input type="button" name="view"
value="KNOW MORE" id="view"
style="padding: 10px;
color: black;
margin-right: 5px;
border-radius: 5px;
border: 2px solid rgb(104, 55, 132);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;">
</a>
<a href="neptunequiz.html">
<input type="Button" value="TAKE A QUIZ!" id="quiz"
style="padding: 10px;
margin-left: 5px;
border-radius: 5px;
color: black;
border: 2px solid rgb(104, 55, 132);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;">
</a>
</div>
</div>
</div>
</div>
</body>
</html>