From c90e1dcb8edc06c8088cb4b8a4d4570688e05872 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 19 Jun 2022 12:54:53 +1000 Subject: [PATCH] v --- games.html | 36 ++++++++++++++++++++++++++++++++++++ home.html | 2 +- main.css | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 games.html diff --git a/games.html b/games.html new file mode 100644 index 0000000..4c98f65 --- /dev/null +++ b/games.html @@ -0,0 +1,36 @@ + + + + MORBLOX.com - Games + + + + + + + + + + + + + + +
+ Profile + Character + Settings +
+
+

ALERT TEXT

+
+
+

Games Page

+
+ + + \ No newline at end of file diff --git a/home.html b/home.html index cf50396..db96a55 100644 --- a/home.html +++ b/home.html @@ -16,7 +16,7 @@
Profile diff --git a/main.css b/main.css index b43728d..56c1d07 100644 --- a/main.css +++ b/main.css @@ -61,6 +61,6 @@ footer { background-color: rgb(179, 179, 179); min-height: 400px; } -p,h1,a { +p,h1 { margin: 0px; } \ No newline at end of file