From 9adcd564e85ec6d8a9f545136b45b5f269bb6df7 Mon Sep 17 00:00:00 2001 From: d4tis Date: Sun, 11 Feb 2024 20:09:36 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7d0d16..7342b9b 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ .footer{background-color:#000;padding:10px;font-size:13px;position:fixed;bottom:40px;right:20px;width:calc(100% - 40px);margin-top:-40px;} .footer a{color:#fff;text-decoration:none;} .footer a:hover{text-decoration:underline;} - .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;z-index:999;animation:flash 4s infinite;} + .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 4s infinite;} @keyframes flash{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}} .small-text{font-size:18px;}