diff --git a/index.html b/index.html index 2b35555..88db0e7 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,26 @@ .ping-button{display:block;width:40px;height:40px;background-image:url('bitcoin-btc-logo.png');background-size:cover;background-repeat:no-repeat;position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:999;animation:flash 3s infinite;} @keyframes flash{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}} .small-text{font-size:19px;} + + /* QR code popup styles */ + .popup { + display: none; + position: fixed; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + background-color: #fff; + border: 2px solid #333; + padding: 20px; + z-index: 1000; + } + + .popup-close { + position: absolute; + top: 5px; + right: 10px; + cursor: pointer; + } @@ -40,11 +60,30 @@

in
£££ - lnurl + lnurl + + + + +