Level4

DB life point bar

Oct 25th, 2021 (edited)
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. #lifepoints1 {
  2.     left: 800px;
  3.     top: 480px;
  4. }
  5.  
  6. #lifepoints1 .life_border,
  7. #lifepoints1.lifepoints .life_bar{
  8.      border-radius: 50%!important;
  9.      height: 150px !important;
  10.      transform: rotate(140deg);
  11. }
  12.  
  13. .black_bar {
  14.     border-radius: 50%!important;
  15. }
Add Comment
Please, Sign In to add comment