mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-17 14:56:46 +00:00
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; }
|