Update custom.css

This commit is contained in:
Norbi Peti 2017-04-27 09:56:39 +02:00 committed by GitHub
parent 18f2f71e44
commit 96e4c9bf2c

View file

@ -26,12 +26,29 @@ h3{
text-shadow: 3px 3px 3px #222222; text-shadow: 3px 3px 3px #222222;
} }
#buttonDiv { #buttonDiv {
width: 500px width: 500px;
height: 170px height: 170px;
} }
.bitcoinQRcode{ .bitcoinQRcode{
margin:auto; margin:auto;
width: 50%; 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;
}