Centered bitcoin QR code so that it isn't ugly AF
*it really was quite ugly*
This commit is contained in:
parent
4503004127
commit
bd1ac96dd2
2 changed files with 8 additions and 3 deletions
|
@ -29,6 +29,9 @@ h3{
|
||||||
width: 500px
|
width: 500px
|
||||||
height: 170px
|
height: 170px
|
||||||
}
|
}
|
||||||
|
.bitcoinQRcode{
|
||||||
|
margin:auto;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,9 @@
|
||||||
|
|
||||||
<h3>Bitcoin:</h3>
|
<h3>Bitcoin:</h3>
|
||||||
<a href="bitcoin:163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1?amount=0.03254785&label=TheButtonServer" align="middle">
|
<a href="bitcoin:163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1?amount=0.03254785&label=TheButtonServer" align="middle">
|
||||||
|
<div class="bitcoinQRcode">
|
||||||
<img style="width:222px" src="http://figytuna.com/server/images/bitcoin.png" align="middle">
|
<img style="width:222px" src="http://figytuna.com/server/images/bitcoin.png" align="middle">
|
||||||
|
</div>
|
||||||
<p>163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1</p></a>
|
<p>163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1</p></a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue