Template:Exxos/donate.css

From Atari Wiki
Revision as of 15:13, 6 September 2024 by Exxos (talk | contribs) (Created page with "→‎Progress Bar Styles: .progress-bar-container { width: 100%; 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; } body { background-color: lightblue; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Progress Bar Styles */
.progress-bar-container {
    width: 100%;
    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;
}

body {
    background-color: lightblue;
}