Files

4 lines
163 B
CSS
Raw Permalink Normal View History

2025-07-06 08:45:08 +00:00
body { font-size: 62.5%; }
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
#droppable { width: 100px; height: 100px; background: #cde; }