added discord link

This commit is contained in:
evanpelle
2024-09-14 21:00:38 -07:00
parent a4e090a64b
commit 7b4e54365c
3 changed files with 33 additions and 0 deletions
+23
View File
@@ -132,4 +132,27 @@ h3 {
color: rgb(0, 0, 0);
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.discord-link {
position: fixed;
top: 50px;
right: 50px;
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background-color: #5865F2;
border-radius: 50%;
transition: background-color 0.3s ease;
}
.discord-link:hover {
background-color: #4752C4;
}
.discord-logo {
width: 40px;
height: 40px;
}