Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/872a6bf62efe19414a7d1477865378c0 to your computer and use it in GitHub Desktop.
Save goofmint/872a6bf62efe19414a7d1477865378c0 to your computer and use it in GitHub Desktop.
9.md
#draggable {
width: 100px;
height: 100px;
padding: 0.5em;
float: left;
margin: 10px 10px 10px 0;
}
#droppable {
width: 150px;
height: 150px;
padding: 0.5em;
float: left;
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment