Template:Exxos/donate.css

From Atari Wiki
Revision as of 15:26, 6 September 2024 by Exxos (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Progress Bar Styles */
.progress-bar-container {
    width: 400px;
    background-color: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    height: 25px;
    line-height: 25px;
    background-color: #4CAF50; /* Green color for the progress bar */
    text-align: center;
    color: white;
    border-radius: 10px;
}