From 510e493c08f1499c05068779fade35c342736bce Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:56:22 +1000 Subject: [PATCH] updated stuff --- HAPPYLOLDAY.css | 0 index.html | 24 ++++++++++++++------ main.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 7 deletions(-) delete mode 100644 HAPPYLOLDAY.css create mode 100644 main.css diff --git a/HAPPYLOLDAY.css b/HAPPYLOLDAY.css deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index a256fcd..5b74f65 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,27 @@ - MORBLOX + MORBLOX.com + -
-

this is MORBLOX

-

its morbin time

+ -

WELCOME TO MORBLOX!!!

-

morbin

+
+ Profile + Character + Settings +
+
+

ALERT TEXT

+
+
+

WELCOME TO MORBLOX!!!

+

MORBLOX is a new revival of ROBLOX.

+
\ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..60a6ef4 --- /dev/null +++ b/main.css @@ -0,0 +1,60 @@ +.alert { + height: 50px; + margin: 0px; + padding-left: 5px; + padding-top: 0px; + width: 100%; + text-align: center; + background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%); +} +.navbar { + height: 40px; + margin: 0px; + padding-left: 5px; + padding-top: 2px; + padding-bottom: 2px; + display: inline-flex; + width: 100%; + text-align: left; + background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%); +} +.smallnav { + height: 25px; + margin: 0px; + padding-left: 5px; + display: inline-table; + padding-top: 3px; + padding-bottom: 3px; + width: 100%; + color: rgb(255, 255, 255); + text-size-adjust: auto; + text-align: left; + background-color: black; +} +#invisible { + display: none !important; +} +html { + background-color: rgb(75, 75, 75); + color: white; +} +body { + margin-left: 10px; + margin-right: 10px; + margin-top: 0px; +} +.content { + color: black; + padding-left: 5px; + padding-right: 5px; + margin-left: 1px; + margin-right: 0px; + margin-top: 0px; + background-color: white; +} +footer { + text-align: center; +} +p,h1,a { + margin: 0px; +} \ No newline at end of file