Files
2025-07-06 08:45:08 +00:00

4 lines
163 B
CSS

body { font-size: 62.5%; }
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
#droppable { width: 100px; height: 100px; background: #cde; }