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