Update custom.css
This commit is contained in:
parent
18f2f71e44
commit
96e4c9bf2c
1 changed files with 19 additions and 2 deletions
21
custom.css
21
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue