forked from cvishesh64/Asteros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuranus.html
59 lines (50 loc) · 2.18 KB
/
uranus.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
<!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>URANUS</title>
<link rel="stylesheet" type="text/css" href="planetstyle.css">
</head>
<body style ="background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRuRsjgyLA97n2nZqfdutmKWNy3jSxMDe8bGA&usqp=CAU);
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>
Year: About 84 Earth years.<br>
Day: About 17 Earth hours.<br>
Diameter: About 31,500 miles.<br>
Effective temperature: -357 degrees Fahrenheit.<br>
Atmosphere: Hydrogen, helium, methane.
Uranus is the seventh planet from the sun. It has the third-largest radius of all the planets. It has 13 faint rings and 27 small moons. But a characteristic that sets Uranus apart: It spins on its side as it orbits the sun. That trip takes about 84 Earth years.<br>
Want to know more about Uranus? Visit these links:<br></p></h6>
<div style="padding-left: 50px;">
<a href="https://solarsystem.nasa.gov/planets/uranus/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="uranusquiz.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>