diff --git a/imgdesc.css b/imgdesc.css new file mode 100644 index 0000000..b5dfa1a --- /dev/null +++ b/imgdesc.css @@ -0,0 +1,60 @@ +body { + margin: 0; + padding: 0; +} + +.navbar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px 20px; + background-color: #333; + color: white; +} + +.brand-name { + font-family: "Kode Mono", monospace; + font-optical-sizing: auto; + font-weight: 40px; + font-style: normal; +} + +.nav-menu { + display: flex; + gap: 20px; +} + +.nav-menu a { + color: white; + text-decoration: none; +} + +.content { + padding: 20px; +} + +.image-left, +.image-right { + display: flex; + align-items: center; + margin-bottom: 20px; +} + +.image-left img, +.image-right img { + max-width: 200px; + max-height: 200px; + background-color: blueviolet; +} + +.image-left .description { + flex: 1; +} + +.image-right { + flex-direction: row-reverse; +} + +.image-right .description { + flex: 1; +} diff --git a/imgdesc.html b/imgdesc.html new file mode 100644 index 0000000..1773536 --- /dev/null +++ b/imgdesc.html @@ -0,0 +1,56 @@ + + + + + + SPACE + + + + + +
+
+ Galaxies +
+

Galaxies

+

+ Galaxies are vast systems of stars, gas, dust, and dark matter, + bound together by gravity. There are different types of galaxies, + including spiral galaxies, elliptical galaxies, and irregular + galaxies. Each type has unique characteristics and structures. +

+
+
+ +
+ Solar System +
+

Solar Systems

+

+ A solar system consists of a star and all the objects that are bound + to it by gravity, including planets, moons, asteroids, comets, and + meteoroids. Our solar system, with the Sun at its center, is just + one of many in the universe. There are various types of solar + systems, each with different arrangements and characteristics of + celestial bodies. +

+
+
+
+ +