Created
February 19, 2015 20:14
-
-
Save dkarter/3771b4d27c55582fd0d1 to your computer and use it in GitHub Desktop.
File Drop Experiment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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