-
Notifications
You must be signed in to change notification settings - Fork 5
/
jupiter.html
57 lines (50 loc) · 2.16 KB
/
jupiter.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
<!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>JUPITER</title>
<link rel="stylesheet" type="text/css" href="planetstyle.css">
</head>
<body style ="background: url(https://c.tenor.com/wfnPSysDSHcAAAAd/planet-jupiter-moving-planet-jupiter.gif);
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>
<br>Overview:<br>
Radius:69,911 km<br>
Type:gas giant<br>
Effective temperature:-148°C<br>
Gravity:24.79 m/s²<br>
Jupiter, the fifth planet from the sun, is the largest planet in our solar system. After the Moon and Venus, it's usually the next brightest object in the night sky. This gas giant, made mostly of hydrogen and helium, is easily recognized by its alternating dark belts and light zones as well as the Great Red Spot, a storm larger than the Earth.<br>
Want to know more about Jupiter? Visit these links:<br>
</p></h6>
<div style="padding-left: 50px;">
<a href="https://solarsystem.nasa.gov/planets/jupiter/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="jupiterquiz.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>