From 3a0656f9197687e10aa4fd1414a2e118c13bf780 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 10 Sep 2024 18:15:09 -0700 Subject: [PATCH] Added Discord Button --- index.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 32ee012..f57c4b7 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,20 @@ max-width: 200px; } + .dsc-btn { + background-color: #9656ce; + color: white; + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + border: none; + border-radius: 5px; + margin: 10px auto; + text-decoration: none; + display: inline-block; + max-width: 200px; + } + button:hover { background-color: #45a049; } @@ -63,6 +77,10 @@ .source-btn:hover { background-color: #000000; } + + .dsc-btn:hover { + background-color: #5b209a; + } .dropdown-content { display: none; @@ -148,7 +166,8 @@