Skip to content

Commit

Permalink
Merge pull request #762 from nighthawkcoders/revert-761-dineshFixesPart2
Browse files Browse the repository at this point in the history
Revert "natm hotfixes"
  • Loading branch information
aaguy-hue authored Feb 26, 2025
2 parents 76c7e66 + f3b3e72 commit a32c8cb
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 82 deletions.
6 changes: 6 additions & 0 deletions _posts/gamify/Finance/crypto/2024-12-03-leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ title: Leaderboard
margin: 0;
padding: 0;
}

/* Navigation Bar */
.navbar {
display: flex;
Expand All @@ -44,11 +45,13 @@ title: Leaderboard
background-color: #ff9800;
transform: scale(1.1);
}

/* Leaderboard Container */
.dashboard {
padding: 40px;
text-align: center;
}

/* Title Button Effect */
.leaderboard-title {
font-size: 32px;
Expand All @@ -63,6 +66,7 @@ title: Leaderboard
letter-spacing: 2px;
margin-bottom: 20px;
}

/* Leaderboard Table */
.leaderboard-table {
width: 100%;
Expand Down Expand Up @@ -94,6 +98,7 @@ title: Leaderboard
background-color: #ff22a6;
color: #ffffff;
}

/* Rank, Balance & Name Effects */
.rank {
font-weight: bold;
Expand All @@ -108,6 +113,7 @@ title: Leaderboard
color: #ffffff;
}
</style>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar">
Expand Down
Loading

0 comments on commit a32c8cb

Please # to comment.