Advertisement
Guest User

prog-css

a guest
Nov 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /* progress */
  2.  
  3. #progCompleted{
  4. background-color: rgba(218, 165, 32, 0.788);
  5. color: black;
  6. }
  7.  
  8. #progRemaining{
  9. /* can change the color of remaining */
  10. }
  11.  
  12. #progCard{
  13. height: 20%
  14. }
  15.  
  16. #progCardBody{
  17. background-color: rgb(83, 83, 83);
  18. color: aliceblue;
  19. }
  20.  
  21. /* progress */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement