-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 6.16 KB
/
index.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
<!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>Parallax Webpage- Sophiya</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="heading"> Welcome To My Galaxies List!</div>
<div class="First flex-prop">
<div class="heading">Milky Way Galaxy</div>
<div class="para">This 2008 illustration shows a revised look at our galaxy, the Milky Way. Scientists
studying infrared images from NASA's Spitzer Space Telescope determined our galaxy's spiral has two
major and two minor arms instead of four major arms, as was previously thought. The demoted arms can be
seen as faint trails between the major arms, which emanate from the ends of the orange central bar.</div>
</div>
<div class="Second flex-prop">
<div class="heading">Andromeda Galaxy</div>
<div class="para">The Andromeda galaxy, also known as Messier 31, is the largest neighboring galaxy to the Milky
Way. This photo, a mosaic of ten images captured by the Galaxy Evolution Explorer spacecraft in 2003, shows
blue-white regions along the galaxy's arms where new stars are forming and a central orange-white area
containing older, cooler stars.</div>
</div>
<div class="Third flex-prop">
<div class="heading">CartWheel Galaxy</div>
<div class="para">This false-color view of the Cartwheel galaxy was created by combining images captured by four
space telescopes: Galaxy Evolution Explorer, Hubble Space Telescope, Spitzer Space Telescope, and Chandra
X-ray Observatory. Astronomers think a smaller galaxy, possibly one of two galaxies seen here (bottom left),
passed through the center of the Cartwheel galaxy about 100 million years ago.</div>
</div>
<div class="Fourth flex-prop">
<div class="heading">Antennae Galaxy</div>
<div class="para">A Hubble Space Telescope image shows unprecedented detail of the Antennae galaxies, an intense star-forming region created when two galaxies began to collide some 200 million to 300 million years ago. The bright, blue-white areas show newly formed stars surrounded by clouds of hydrogen, which are colored pink. A similar collision is expected between our galaxy, the Milky Way, and the nearby Andromeda galaxy in several billion years.</div>
</div>
<div class="Fifth flex-prop">
<div class="heading">Black Eye Galaxy</div>
<div class="para">The Black Eye or Evil Eye galaxy gets its nicknames from the band of light-absorbing dust that appears in front of the star system's bright center in this Hubble Space Telescope image. Messier 64, as the Black Eye galaxy is more formally known, is thought to have taken on its ominous appearance after it collided with another galaxy perhaps a billion years ago.</div>
</div>
<div class="Sixth flex-prop">
<div class="heading">Cigar Galaxy</div>
<div class="para">An infrared image of the Messier 82 galaxy, nicknamed the "Cigar galaxy," shows the formation's central plane in blue and white, with a halo of smoky dust in red. This red cloud, composed of hydrocarbon dust similar to car exhaust, is being blown out into space by the galaxy's millions of young stars.</div>
</div>
<div class="Seventh flex-prop">
<div class="heading">Magellanic Clouds</div>
<div class="para">Sheets of debris from an exploded star swirl in the Large Magellanic Cloud (LMC) galaxy in this Hubble Space Telescope image. At a distance of about 180,000 light-years, the LMC galaxy is a relatively close neighbor of the Milky Way. It can be spotted from the Earth's Southern Hemisphere without a telescope.</div>
</div>
<div class="Eighth flex-prop">
<div class="heading">Merging Galaxy</div>
<div class="para">Two merging galaxies located 140 million light-years from Earth resemble a giant celestial mask in this false-color image. The ice-blue eyes are actually the galaxies' cores, and the mask is their spiral arms. The galaxies, called NGC 2207 and IC 2163, began their gravitational tango about 40 million years ago and will eventually meld into one.</div>
</div>
<div class="Nineth flex-prop">
<div class="heading">Meiser-81 Galaxy</div>
<div class="para">A composite image of the Messier 81 (M81) galaxy shows what astronomers call a "grand design" spiral galaxy, where each of its arms curls all the way down into its center. Located about 12 million light-years away in the Ursa Major constellation, M81 is among the brightest of the galaxies visible by telescope from Earth.</div>
</div>
<div class="Tenth flex-prop">
<div class="heading">Eliptical Galaxy</div>
<div class="para">Billows of cosmic dust swirl amid NGC 1316, a giant elliptical galaxy formed billions of years ago when two spiral galaxies merged. Astronomers examined red star clusters within NGC 1316 to determine that the massive galaxy was indeed created by a major celestial collision.</div>
</div>
<div class="Eleventh flex-prop">
<div class="heading">Spiral Galaxy</div>
<div class="para">This image of the Whirlpool galaxy shows the classic features of a spiral galaxy: curving outer arms where newborn stars reside and a yellowish central core, home to older stars. A companion galaxy called NGC 5195, seen here at the tip of one of Whirlpool's arms (right), has been passing by for hundreds of millions of years and exerting gravitational forces on its larger neighbor.</div>
</div>
<div class=" Twelfth flex-prop">
<div class="heading">Nearby Galaxy</div>
<div class="para">A color-composite image shows the NGC 300 galaxy, a spiral galaxy like the Milky Way located about seven million light-years from Earth. In this image, young, hot stars are the blue dots that comprise much of the outer arms. Older stars are in the middle and appear yellow-green.</div>
</div>
<div class="heading"> Thank You!</div>
</body>
</html>