patashala/style/cms/bower_components/tether/examples/dolls/dolls.css
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

19 lines
275 B
CSS
Executable File

.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;
}