Files
2026-01-16 14:13:44 +08:00

3 lines
136 B
CSS

#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
#droppable { width: 100px; height: 100px; background: #cde; }