tbmcplugins.github.io/custom.css
alisolarflare bd1ac96dd2 Centered bitcoin QR code so that it isn't ugly AF
*it really was quite ugly*
2016-12-13 23:57:40 -05:00

37 lines
621 B
CSS

body {
background-image: url("stoneBrick.png");
background-repeat: repeat;
}
canvas {
padding: 20;
margin-left: auto;
margin-right: auto;
display: block;
width: 570px;
height: 170px;
box-shadow: 10px 10px 5px #333333;
}
h1{
font-family: "Verdana", serif;
text-align: center;
font-size: 4em;
color: white;
text-shadow: 8px 8px 10px #222222;
}
h3{
font-family: "Verdana", serif;
text-align: center;
font-size: 1.5em;
color: white;
text-shadow: 3px 3px 3px #222222;
}
#buttonDiv {
width: 500px
height: 170px
}
.bitcoinQRcode{
margin:auto;
width: 50%;
}