mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
4 lines
163 B
CSS
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; }
|