Skip to content

Instantly share code, notes, and snippets.

@dkarter
Created February 19, 2015 20:14
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 dkarter/3771b4d27c55582fd0d1 to your computer and use it in GitHub Desktop.
Save dkarter/3771b4d27c55582fd0d1 to your computer and use it in GitHub Desktop.
File Drop Experiment
.dropbox {
border: dashed 2px #666;
height: 30px;
width: 240px;
border-radius: 20px;
text-align: center;
padding-top: 10px;
color: #666;
transition: height .5s ease;
}
.drag-mask {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment