diff --git a/index.html b/index.html index cee58f5..0073306 100644 --- a/index.html +++ b/index.html @@ -80,6 +80,26 @@ right: 20px; z-index: 999; /* Ensure the button stays above other content */ } + /* Pop-up box styles */ + .popup-box { + display: none; /* Hidden by default */ + position: fixed; + bottom: 80px; /* Adjust as needed */ + right: 20px; /* Adjust as needed */ + background-color: #333; /* Dark background */ + border: 2px solid #fff; /* White border */ + padding: 10px; + z-index: 9999; /* Ensure the box stays above other content */ + } + .popup-link { + display: block; + color: #fff; /* White text */ + text-decoration: none; + margin-bottom: 5px; + } + .popup-link:hover { + color: #ff9933; /* Orange text on hover */ + } @@ -93,13 +113,4 @@

Daniel Fortis

@d4tis


X - nostr - in - - - - - - +