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 d7eb37d commit d43344b
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 @@ -19,7 +19,7 @@
.cta-button:hover{background-color:#ff9933;}
.footer{background-color:#000;padding:10px;font-size:13px;position:fixed;bottom:40px;right:20px;width:calc(100% - 40px);margin-top:-40px;text-align:center;}
.footer a{color:#fff;text-decoration:none;}
.footer a:hover{text-decoration:underline;}
##.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;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;}
Expand Down

0 comments on commit d43344b

Please sign in to comment.