dolls.css 275 B

123456789101112131415161718
  1. .tether-element, .tether-target {
  2. width: 200px;
  3. height: 50px;
  4. background-color: #4cc;
  5. position: absolute;
  6. }
  7. body {
  8. width: 100%;
  9. height: 100%;
  10. overflow: scroll;
  11. }
  12. .scroll {
  13. width: 400%;
  14. height: 400%;
  15. }
  16. .tether-target:not(.tether-element) {
  17. cursor: move;
  18. }