Files

3 lines
136 B
CSS
Raw Permalink Normal View History

2026-01-16 14:13:44 +08:00
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
#droppable { width: 100px; height: 100px; background: #cde; }