Guest User

Untitled

a guest
Feb 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .newSession{
  2. background: transparent url(images/common/CleanBackground.png) no-repeat center;
  3. position: absolute;
  4. }
  5.  
  6. #pause-img{
  7. width: 80%;
  8. }
  9.  
  10. #endsession-img{
  11. width: 80%;
  12. }
  13.  
  14. #session-table{
  15. position: fixed;
  16. top: 87%;
  17. left:10%;
  18. }
  19.  
  20. #grass{
  21. position: fixed;
  22. top: 77%;
  23. width: 110%;
  24. }
  25.  
  26. #connection{
  27. position: fixed;
  28. top: 40%;
  29. left: 25%;
  30. }
  31.  
  32. #done-img{
  33. position: fixed;
  34. top: 85%;
  35. left:30%;
  36. width: 40%;
  37. }
Add Comment
Please, Sign In to add comment