Curious about this jsfiddle?
1) I've encountered an issue where adding a second green box with id "cloud2" disrupted the animation of the original black box. Is there a correct way to have multiple boxes interact without interfering with each other? I attempted to stack elements next to each other using #cloud and #cloud2, but it didn't work as expected.
2) When the black box is dragged into the pink box, a message saying "dropped" appears in black text. Is there a method to customize the color of this text, such as making it white instead?
Appreciate any guidance you can offer!