Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tis authored Feb 11, 2024
1 parent da600ab commit 9adcd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
</style>
Expand Down

0 comments on commit 9adcd56

Please sign in to comment.