From 18ddc0426c7606effd5a72f957788ff8e7ac6514 Mon Sep 17 00:00:00 2001 From: haselkern Date: Sun, 17 Aug 2014 15:56:58 +0200 Subject: [PATCH] Placeholder, until I have something to show. --- README.md | 2 +- index.htm | 3 ++- style.css | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58d57af..265ee5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Minecraft Armor Stand ================= -[Try it out](http://haselkern.github.io/Minecraft-ArmorStand) +[Try it out](http://haselkern.github.io/Minecraft-ArmorStand) \ No newline at end of file diff --git a/index.htm b/index.htm index a9a779c..ba97854 100644 --- a/index.htm +++ b/index.htm @@ -7,7 +7,8 @@

Minecraft Armor Stand

- I'm the file ending with .htm + It might take some time, until this thing is ready.
+ If you have nothing better to do, you can play some Candy Box. diff --git a/style.css b/style.css index 629dc6f..6b1ca34 100644 --- a/style.css +++ b/style.css @@ -2,4 +2,9 @@ font-family: Arial; margin: 0; padding: 0; +} + +body{ + background-color: #dddddd; + text-align: center; } \ No newline at end of file