From 3e9cbffed6b2ec02f1af037502c56830a6cf3ece Mon Sep 17 00:00:00 2001 From: d4tis Date: Sun, 11 Feb 2024 13:35:47 +0000 Subject: [PATCH] Update index.html --- index.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) 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 - - - - - - +