This commit is contained in:
Evan Burkey 2025-01-26 15:36:32 -08:00
parent af9d3cc370
commit 71536d5479
2 changed files with 37 additions and 0 deletions

View File

@ -157,4 +157,37 @@ a:visited {
.throne-purse {
margin-top: 10px;
font-size: 1.1em; /* Adjust purse font size */
}
.goofy-text {
/* Basic text styling */
font-family: 'Comic Sans MS', cursive, sans-serif; /* Goofy font */
font-size: 28px;
font-weight: bold;
color: #FF00FF; /* Bright pink for visibility */
/* Glowing effect */
text-shadow:
0 0 10px #b16286,
0 0 20px #b16286,
0 0 30px #b16286,
0 0 40px #b16286,
0 0 50px #b16286,
0 0 60px #b16286,
0 0 70px #b16286;
/* Animation for bouncing/moving effect */
animation: bounce 1.5s ease infinite alternate;
}
@keyframes bounce {
0% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-10px) rotate(5deg);
}
100% {
transform: translateY(0) rotate(-5deg);
}
}

View File

@ -36,3 +36,7 @@
<% else %>
<h1>No Players!</h1>
<% end %>
<h1>Current Loot Ban:</h1>
<h1 class="goofy-text">Belien</h1>