diff --git a/tinylife/favicon.ico b/tinylife/favicon.ico new file mode 100644 index 0000000..e9ef68c Binary files /dev/null and b/tinylife/favicon.ico differ diff --git a/tinylife/index.html b/tinylife/index.html new file mode 100644 index 0000000..22c0660 --- /dev/null +++ b/tinylife/index.html @@ -0,0 +1,70 @@ + + + + + + + + Tiny Life + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Tiny Life +

A fun simulation game where you mess with people's lives

+ +
+
+
+

Get the free alpha

+ + itch.io + +
+
+

Wishlist the game

+ + Steam + +

Coming soon

+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/tinylife/media/background.png b/tinylife/media/background.png new file mode 100644 index 0000000..9172e0f Binary files /dev/null and b/tinylife/media/background.png differ diff --git a/tinylife/media/icon.png b/tinylife/media/icon.png new file mode 100644 index 0000000..e9ef68c Binary files /dev/null and b/tinylife/media/icon.png differ diff --git a/tinylife/media/itch.png b/tinylife/media/itch.png new file mode 100644 index 0000000..59aa93a Binary files /dev/null and b/tinylife/media/itch.png differ diff --git a/tinylife/media/logo.png b/tinylife/media/logo.png new file mode 100644 index 0000000..c822d0d Binary files /dev/null and b/tinylife/media/logo.png differ diff --git a/tinylife/media/steam.png b/tinylife/media/steam.png new file mode 100644 index 0000000..7a3beb4 Binary files /dev/null and b/tinylife/media/steam.png differ diff --git a/tinylife/style.css b/tinylife/style.css new file mode 100644 index 0000000..2ecd3ed --- /dev/null +++ b/tinylife/style.css @@ -0,0 +1,31 @@ +body { + background-image: url("media/background.png"); + background-repeat: repeat; +} + +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + color: white; + text-align: center; +} + +.footer a { + color: white; +} + +.main { + text-align: center; + color: white; +} + +.site { + padding: 20px; +} + +.container { + padding-top: 60px; + padding-bottom: 160px; +} \ No newline at end of file