predatortoabuse
commited on
Commit
•
72b82c1
1
Parent(s):
dc70cae
Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
@@ -40,14 +40,14 @@ p {
|
|
40 |
|
41 |
.floating-button {
|
42 |
position: fixed;
|
43 |
-
|
44 |
-
|
45 |
-
background-color: #
|
46 |
color: white;
|
47 |
padding: 15px 25px;
|
48 |
border: none;
|
49 |
border-radius: 10px;
|
50 |
-
font-size:
|
51 |
font-weight: bold;
|
52 |
cursor: pointer;
|
53 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
@@ -609,8 +609,8 @@ p {
|
|
609 |
</div>
|
610 |
</div>
|
611 |
|
612 |
-
<a href="https://discord.com/invite/qq27GRjZ" class="floating-button">
|
613 |
-
|
614 |
</a>
|
615 |
|
616 |
<div class="background-footer">
|
|
|
40 |
|
41 |
.floating-button {
|
42 |
position: fixed;
|
43 |
+
top: 20px;
|
44 |
+
left: 20px;
|
45 |
+
background-color: #834aff;
|
46 |
color: white;
|
47 |
padding: 15px 25px;
|
48 |
border: none;
|
49 |
border-radius: 10px;
|
50 |
+
font-size: 14px;
|
51 |
font-weight: bold;
|
52 |
cursor: pointer;
|
53 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
|
609 |
</div>
|
610 |
</div>
|
611 |
|
612 |
+
<a href="https://discord.com/invite/qq27GRjZ" class="floating-button" target="_blank">
|
613 |
+
<i class="fab fa-discord"></i> Discord
|
614 |
</a>
|
615 |
|
616 |
<div class="background-footer">
|