From 96e4c9bf2c73df2d4b0c295a99f1029dafe3954b Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 27 Apr 2017 09:56:39 +0200 Subject: [PATCH] Update custom.css --- custom.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index a8bd3e9..241b672 100644 --- a/custom.css +++ b/custom.css @@ -26,12 +26,29 @@ h3{ text-shadow: 3px 3px 3px #222222; } #buttonDiv { - width: 500px - height: 170px + width: 500px; + height: 170px; } .bitcoinQRcode{ margin:auto; width: 50%; } +#worlds +{ + margin: auto; + width: 80%; + text-align: center; +} +#worlds table, td +{ + border: 2px solid white; +} + +a, p +{ + font-family: "Verdana", serif; + color: white; + text-shadow: 1px 1px 1px #222222; +}