-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (21 loc) · 889 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Right below is an image of the sun -->
<img id="sun" src="http://www.infoespacial.com/archivo/images/nasa%20sol.jpg">
<!-- Right below is an image of the earth -->
<div id="earth-orbit">
<img id="earth" src="http://www.720pfilmizle.tv/wp-content/uploads/2013/12/D%C3%BCnya.jpg">
</div>
<div id="mars-orbit">
<!-- Right below is an image of Mars -->
<img id="mars" src="http://space-facts.com/wp-content/uploads/mars-space-2.jpg">
</div>
<div id="jupiter-orbit">
<!-- Right below is an image of Jupiter -->
<img id="jupiter" src="https://upload.wikimedia.org/wikipedia/commons/2/2b/Jupiter_and_its_shrunken_Great_Red_Spot.jpg">
</div>
</body>
</html>