20171_comercioeletronico_at.../tether-1.3.3/examples/dolls/dolls.css
2017-03-03 21:59:11 -03:00

19 lines
275 B
CSS

.tether-element, .tether-target {
width: 200px;
height: 50px;
background-color: #4cc;
position: absolute;
}
body {
width: 100%;
height: 100%;
overflow: scroll;
}
.scroll {
width: 400%;
height: 400%;
}
.tether-target:not(.tether-element) {
cursor: move;
}