Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. .btnsForCrew-Common {
  2. border-radius:10px;
  3. font-size:xx-small;
  4. width:15%;
  5.  
  6. }
  7. .CrewPrsntButtonsIdle {
  8. color:black;
  9. background:linear-gradient(to bottom, lightgreen 15%, white
  10. 10%);
  11. }
  12. .FontsForCrewPresents {
  13. font-size:40px
  14. }
  15.  
  16. <button type="button" id="btnIdle" class="btnsForCrew-Common CrewPrsntButtonsIdle">
  17. <span style="color:black;font-weight:bold;">ERROR</span>
  18. <br><br>
  19. <span class="FontsForCrewPresents"> 254</span>
  20. </button>
  21.  
  22. <button type="button" id="btnIdle1" class="btnsForCrew-Common CrewPrsntButtonsIdle">
  23. <span style="color:black;font-weight:bold;">IDLE</span>
  24. <br><br>
  25. <span class="FontsForCrewPresents"> 100</span>
  26. </button>
  27.  
  28. <button type="button" id="btnIdle2" class="btnsForCrew-Common CrewPrsntButtonsIdle">
  29. <span style="color:black;font-weight:bold;">WAITING To RUN</span>
  30. <br><br>
  31. <span class="FontsForCrewPresents"> 600000</span>
  32. </button>
Add Comment
Please, Sign In to add comment