Advertisement
Guest User

Workout 2 CSS

a guest
Nov 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. .instructRow2{
  2.     text-align: center;
  3.     font-family: "Helvetica";
  4.     width: 108.9%;
  5.     height: 75%;
  6. }
  7.  
  8. .currentExRow2{
  9.     background-color: rgba(206, 27, 27, 0.89);
  10.     color: antiquewhite;
  11.     height: 10%;
  12.     width: 108.9%;
  13. }
  14.  
  15. .currentExercise2{
  16.     height: 50%;
  17.     width: 50%;
  18. }
  19.  
  20. .bottomRow2{
  21.     background-color: rgba(206, 27, 27, 0.89);
  22.     color: antiquewhite;
  23.     height: 15%;
  24.     width: 108.9%;
  25. }
  26.  
  27. #btnPlay2{
  28.     width:30%;
  29.     height:50%;
  30.     left: 25%;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement