Centered bitcoin QR code so that it isn't ugly AF

*it really was quite ugly*
This commit is contained in:
alisolarflare 2016-12-13 23:57:32 -05:00
parent 4503004127
commit bd1ac96dd2
2 changed files with 8 additions and 3 deletions

View file

@ -29,6 +29,9 @@ h3{
width: 500px
height: 170px
}
.bitcoinQRcode{
margin:auto;
width: 50%;
}

View file

@ -45,8 +45,10 @@
<h3>Bitcoin:</h3>
<a href="bitcoin:163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1?amount=0.03254785&amp;label=TheButtonServer" align="middle">
<img style="width:222px" src="http://figytuna.com/server/images/bitcoin.png" align="middle">
<div class="bitcoinQRcode">
<img style="width:222px" src="http://figytuna.com/server/images/bitcoin.png" align="middle">
</div>
<p>163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1</p></a>
</div>
</div>
</HTML>