3 lines
136 B
CSS
3 lines
136 B
CSS
|
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
|
||
|
#droppable { width: 100px; height: 100px; background: #cde; }
|