Skip to content

Instantly share code, notes, and snippets.

@DenoGeek
Last active January 11, 2020 09:39
Show Gist options
  • Save DenoGeek/8d59b8b3835ce6b96c6634eb17a315df to your computer and use it in GitHub Desktop.
Save DenoGeek/8d59b8b3835ce6b96c6634eb17a315df to your computer and use it in GitHub Desktop.
Resumable js div
<style type="text/css">
.resume-upload{
width: 60%;
height: 200px;
background: skyblue;
margin: 40 auto;
border: 1px dashed black;
}
</style>
<div class="resume-upload" id="upload-area">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment