Skip to content

Instantly share code, notes, and snippets.

@vsecoder-old-account
Created December 8, 2020 18:46
Show Gist options
  • Save vsecoder-old-account/e308159b4d659fdcd3f29313ad53c76b to your computer and use it in GitHub Desktop.
Save vsecoder-old-account/e308159b4d659fdcd3f29313ad53c76b to your computer and use it in GitHub Desktop.
#drop-area {
border: 2px dashed #ccc;
border-radius: 20px;
width: 480px;
font-family: sans-serif;
margin: 10px auto;
padding: 20px;
}
#drop-area.highlight {
border-color: rgb(172, 172, 172);
}
#fileElem {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment