diff --git a/about.html b/about.html new file mode 100644 index 0000000000..e30d152181 --- /dev/null +++ b/about.html @@ -0,0 +1 @@ +

Site Under Construction

\ No newline at end of file diff --git a/index.html b/index.html index d32d8ad25c..6e39a58464 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,25 @@ + +
+ + + -
+
@@ -30,16 +44,16 @@

The Past

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
+
Box 1
+
Box 2
+
Box 3
+
Box 4
+
Box 5
+
Box 6
+
Box 7
+
Box 8
+
Box 9
+
Box 10
diff --git a/style/index.css b/style/index.css index ae29d6ceee..ded7a74a09 100644 --- a/style/index.css +++ b/style/index.css @@ -21,15 +21,24 @@ time, mark, audio, video { border: 0; font-size: 100%; font: inherit; - vertical-align: baseline; + vertical-align: baseline; + box-sizing: border-box; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } + +* { + box-sizing: border-box; +} + +.nav img { + +} body { - line-height: 1; + line-height: 1;;\ } ol, ul { list-style: none; @@ -101,10 +110,40 @@ p { justify-content: space-evenly; } +.box1 { + background: teal; +} +.box2 { + background: gold; +} +.box3 { + background: cadetblue; +} +.box4 { + background: coral; +} +.box5 { + background:crimson; +} +.box6 { + background: forestgreen +} +.box7 { + background:darkorchid; +} + +.box8 { + background: hotpink; +} +.box9 { + background: indigo; +} +.box10 { + background: dodgerblue; +} .middle-content .boxes .box { width: 12.5%; height: 100px; - background: black; margin: 20px 2.5%; color: white; display: flex;