Advertisement
Guest User

solar.html

a guest
Mar 6th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>Solar System</title>
  5. <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
  6. <link rel="stylesheet" type="text/css" href="style.css"/>
  7. </head>
  8. <body>
  9. <div class="celestial-container space">
  10. <span class ="celestial_body" id="sun">
  11. <div class ="celestial_body" id="mercury-orbit">
  12. <span class ="celestial_body" id="mercury">
  13. </div>
  14. <div class ="celestial_body" id="venus-orbit">
  15. <span class ="celestial_body" id="venus">
  16. </div>
  17. <div class ="celestial_body" id="earth-orbit">
  18. <span class ="celestial_body" id="earth">
  19. <div class ="celestial_body" id="moon-orbit">
  20. <span class ="celestial_body" id="moon">
  21. </div>
  22. </div>
  23. <div class ="celestial_body" id="mars-orbit">
  24. <span class ="celestial_body" id="mars">
  25. <div class ="celestial_body" id="deimos-orbit">
  26. <span class ="celestial_body" id="deimos">
  27. </div>
  28. <div class ="celestial_body" id="phobos-orbit">
  29. <span class ="celestial_body" id="phobos">
  30. </div>
  31. </div>
  32. </div>
  33. <div class ="celestial_body" id="jupiter-orbit">
  34. <span class ="celestial_body" id="jupiter">
  35. </div>
  36. <div class ="celestial_body" id="saturn-orbit">
  37. <span class ="celestial_body" id="saturn">
  38. </div>
  39. <div class ="celestial_body" id="saturn-rings-orbit">
  40. <span class ="celestial_body" id="saturn-rings">
  41. </div>
  42. <div class ="celestial_body" id="uranus-orbit">
  43. <span class ="celestial_body" id="uranus">
  44. </div>
  45. <div class ="celestial_body" id="neptune-orbit">
  46. <span class ="celestial_body" id="neptune">
  47. </div>
  48. </div>
  49. </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement