forked from SIT-Training-Group-2/training-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuranus3.html
70 lines (67 loc) · 3.38 KB
/
uranus3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="uranus3'.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin&family=Space+Mono:wght@700&family=Trispace:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="navhigh.css">
<title>Uranus Facts</title>
</head>
<body>
<header id="thehead">
<div id="hetitle">
<h2>THE PLANETS</h2>
</div>
<div id="navb">
<ul id="navli">
<li><a href="/mercury.html" title="Mercury" id="mercury">MERCURY</a></li>
<li><a href="/venus.html" title="Venus" id="venus">VENUS</a></li>
<li><a href="/earth.html" title="Earth" id="earth">EARTH</a></li>
<li><a href="/mars.html" title="Mars" id="mars">MARS</a></li>
<li><a href="/jupi1.html" title="Jupiter" id="jupiter">JUPITER</a></li>
<li><a href="/saturn.html" title="Saturn" id="saturn">SATURN</a></li>
<li><a href="/uranus1.html" title="Uranus" id="uranus">URANUS</a></li>
<li><a href="/neptune.html" title="Neptune" id="neptune">NEPTUNE</a></li>
</ul>
</div>
</header>
<br>
<div class="pic">
<img src="./asset/geo.webp" height="400px" width="600px">
</div>
<div class="tp">
<p style="font-size: xxx-large; text-decoration: underline; margin-bottom: 88px;">URANUS</p>
</div>
<div class="md" style="font-family: 'Trispace', sans-serif;">
<p>Uranus' surface is primarily composed of frozen methane, giving it a pale blue color. It has a few large dark spots, likely caused by upwellings of warmer material from the interior. The planet also has numerous bright bands and streaks that encircle it, as well as a complex system of thin, narrow rings. Due to its distance and lack of exploration, little is known about the geologic processes shaping Uranus' surface.</p>
</div>
<p class="link" style="color: white;">Source: <a id="ab" href="https://en.wikipedia.org/wiki/Uranus#:~:text=The%20remainder%20of%20the%20non,outer%20gaseous%20hydrogen%2Fhelium%20envelope.">
<p style="color: rgb(133, 133, 133);">Wikipedia</p>
</a></p>
<button class="b1"><a id="txt" href="uranus1.html">
<p id="txt"> OVERVIEW</p></button>
<button class="b2"><a id="txt" href="uranus2.html">
<p id="txt"> INTERNAL_STRUCTURE</p></button>
<button class="b3"><a id="txt" href="uranus3.html">
<p id="txt"> SURFACE_GEOLOGY</p></button>
<div class="bod1">
<p id="bt" style="font-size: small;">ROTATION TIME</p>
<p id="txt" style="font-size: x-large;">0.71 DAYS</p>
</div>
<div class="bod2">
<p id="bt" style="font-size: small;">REVOLUTION TIME</p>
<p id="txt" style="font-size: x-large;">30,687 DAYS</p>
</div>
<div class="bod3">
<p id="bt" style="font-size: small;">RADIUS</p>
<p id="txt" style="font-size: x-large;">30,687 DAYS</p>
</div>
<div class="bod4">
<p id="bt" style="font-size: small;">AVERAGE TEMP</p>
<p id="txt" style="font-size: x-large;">30,687 DAYS</p>
</div>
</body>
</html>