Advertisement
_Pandora

Individual Progress Bars - Wolvden

Aug 1st, 2023 (edited)
946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. /* CSS Layout+Codes made by Pandora #11809
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* ENERGY */
  7.  
  8. .bg-warning {
  9.      background: #000000!important;
  10. }
  11.  
  12. /* HUNGER */
  13.  
  14. .bg-danger {
  15.      background: #000000!important;
  16. }
  17.  
  18. /* HP */
  19.  
  20. .bg-info {
  21.      background: #000000!important;
  22. }
  23.  
  24. /* EXP */
  25.  
  26. .bg-success {
  27.      background: #000000!important;
  28. }
  29.  
  30. /* MOOD */
  31.  
  32. .bg-primary {
  33.     background: #000000!important;  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement