diff --git a/about.html b/about.html index bf77a09891..f5373f915e 100644 --- a/about.html +++ b/about.html @@ -13,7 +13,6 @@ - - - jumbo-about - +
+ jumbo-about +

About

@@ -89,7 +88,6 @@

Let's Work Together

- - + \ No newline at end of file diff --git a/css/index.css b/css/index.css index 9462b02cee..cca27bf4a1 100644 --- a/css/index.css +++ b/css/index.css @@ -143,6 +143,8 @@ footer nav { footer nav a { color: white; text-decoration: none; + position: relative; + right:435px; } header nav{ display: flex; @@ -152,10 +154,7 @@ header nav{ margin:30px ; } -header nav{ - position: relative; - left:400px; -} + nav a { @@ -163,9 +162,8 @@ color: black; text-decoration: none; } .jumbo{ -position: relative; -left:510px; -width:45%; +margin: 0 auto; +width:800px; padding-bottom: 30px; } @@ -203,19 +201,19 @@ padding-bottom: 30px; } .jumbo-about{ - position: relative; - left:510px; + width: 850px; + margin:0 auto } .about{ - width:45%; + height: 12%; padding-top:10px; padding-bottom: 20px; margin-bottom: 10px; border-bottom: 2px dotted black; position: relative; - left:510px; - top:5px; + width: 850px; + margin:0 auto } nav { display: flex; diff --git a/index.html b/index.html index 3a36e924f4..f78fcf8fbc 100644 --- a/index.html +++ b/index.html @@ -13,77 +13,78 @@
- - -
- jumbo - -
- -
-
-

The Future

-

Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.

-
-
-

The Past

-

Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.

-
-
- -
- -

Why Did It Have To Be Boxes...

- -
-
Box 1
-
Box 2
-
Box 3
-
Box 4
-
Box 5
-
Box 6
-
Box 7
-
Box 8
-
Box 9
-
Box 10
-
- -
- -
- -
-

That's

-

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

-
-
-

No

-

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

-
-
-

Moon

-

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

-
+ -
+ +
+ jumbo +
+
+ +
+
+

The Future

+

Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.

+
+
+

The Past

+

Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.

+
+
+ +
+ +

Why Did It Have To Be Boxes...

- -
+
+
Box 1
+
Box 2
+
Box 3
+
Box 4
+
Box 5
+
Box 6
+
Box 7
+
Box 8
+
Box 9
+
Box 10
+
+ + + +
+ +
+

That's

+

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

+
+
+

No

+

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

+
+
+

Moon

+

Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.

+
+ +
+ + +
\ No newline at end of file