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; +}