diff --git a/students/nmoxey/game1.html b/students/nmoxey/game1.html index 02560e3..8dba515 100644 --- a/students/nmoxey/game1.html +++ b/students/nmoxey/game1.html @@ -6,6 +6,6 @@ Document -

Game goes here

+

Game 1 goes here

\ No newline at end of file diff --git a/students/nmoxey/game2.html b/students/nmoxey/game2.html new file mode 100644 index 0000000..56a1f5e --- /dev/null +++ b/students/nmoxey/game2.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Game 2 goes here

+ + \ No newline at end of file diff --git a/students/nmoxey/game2.js b/students/nmoxey/game2.js new file mode 100644 index 0000000..e69de29 diff --git a/students/nmoxey/game3.html b/students/nmoxey/game3.html new file mode 100644 index 0000000..3d27423 --- /dev/null +++ b/students/nmoxey/game3.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Game 3 goes here

+ + \ No newline at end of file diff --git a/students/nmoxey/game3.js b/students/nmoxey/game3.js new file mode 100644 index 0000000..e69de29 diff --git a/students/nmoxey/index.html b/students/nmoxey/index.html index 91bb590..f2e741f 100644 --- a/students/nmoxey/index.html +++ b/students/nmoxey/index.html @@ -10,14 +10,16 @@ Nate's Landing Page -
-

mrbrbrn.com

-

Web Development Team Project of Nate Moxey

-

What's up World?

+
+

mrbrbrn.com

+

Web Development Team Project of Nate Moxey

+

What's up World?

barbarian \ No newline at end of file diff --git a/students/nmoxey/style.css b/students/nmoxey/style.css index b3382a1..45323ee 100644 --- a/students/nmoxey/style.css +++ b/students/nmoxey/style.css @@ -1,3 +1,8 @@ +.Centered { + max-width: fit-content; + margin-left: auto; + margin-right: auto; +} .PageHeading { color: darkslategrey; font-family: fantasy;