Guest User

Untitled

a guest
Aug 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. body {
  2. font-family: Helvetica sans-serif;
  3. padding: 0;
  4. margin: 0;
  5. background-color: #222;
  6. overflow: hidden;
  7. -webkit-user-select: none;
  8. -moz-user-select: none;
  9. -o-user-select: none;
  10. -ms-user-select: none;
  11. user-select: none;
  12. }
  13.  
  14. canvas {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. }
  19.  
  20. .info {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. padding: 5px 15px;
  25. color: #eee;
  26. font-size: 13px;
  27. background-color: rgba(0, 0, 0, .5);
  28. }
Add Comment
Please, Sign In to add comment