diff --git a/access-key.html b/access-key.html index 80cb65c..6cad6ab 100644 --- a/access-key.html +++ b/access-key.html @@ -48,10 +48,10 @@ transition: border-color 0.3s ease; color: #fff; } - + input[type="text"]::placeholder { - color: #6c7a8c; /* Set placeholder color to white */ -} + color: #6c7a8c; /* Set placeholder color to white */ + } input[type="text"]:focus { outline: none; @@ -76,8 +76,7 @@ margin-top: 20px; color: #e74c3c; } - - + .btn-corner { position: absolute; bottom: 20px; @@ -101,47 +100,94 @@ .btn-corner:hover { background-color: #414954; } - + + .btn-flower { + position: absolute; + bottom: 20px; + right: 80px; /* Adjust the position to align with Discord button */ + width: 50px; /* Adjust size of the button */ + height: 50px; /* Adjust size of the button */ + background-color: #515c6b; + border: none; + padding: 0; + border-radius: 5px; + cursor: pointer; + transition: background-color 0.3s ease; + overflow: hidden; /* Added to ensure the image doesn't overflow */ + } + + .btn-flower::after { + content: "✿"; /* Unicode character for flower */ + font-size: 24px; /* Adjust the size of the flower */ + color: #fff; /* Color of the flower */ + display: block; + text-align: center; + line-height: 50px; /* Center vertically */ + } + + .btn-flower:hover { + background-color: #414954; + } + + .active { + background-color: #414954; + } + -
-

Skyblock Portfolio

-
- - - - -
- -
-
- - - - - -