From 9463aa2c6f763aef534f1737c32f5ea8de1563dd Mon Sep 17 00:00:00 2001 From: Zane V Date: Thu, 30 Apr 2026 21:09:51 +0000 Subject: [PATCH] main site --- index.html | 48 ++++++++++++++++++++---------------------------- styles.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 28 deletions(-) create mode 100644 styles.css diff --git a/index.html b/index.html index 42f49a6..8bddc84 100644 --- a/index.html +++ b/index.html @@ -1,34 +1,26 @@ - - - + - SWF Runner + Games4 - - - + + - - - - -
- - - +
+ +

also look at my main website zane.org

+

the coolest most nicest games website to ever exist!!1!!1

+

game directory:

+ +

powered by ruffle :D

+
- \ No newline at end of file + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..592a659 --- /dev/null +++ b/styles.css @@ -0,0 +1,32 @@ +body { + background-image: url('images/arcade.png'); + justify-content: center; + align-items: center; +} +.container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background-color: #242424; + margin: 100px auto; + max-width: 50%; +} +.logo { + align-self: center; + justify-self: center; + display: block; + margin: -130px auto; +} +h1 { + color: #ffffff; +} +h3 { + color: #ffffff; +} +p { + color: #ffffff; +} +ul { + color: #ffffff; +} \ No newline at end of file