mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +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; }
|