Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created January 20, 2017 19:19
Show Gist options
  • Save DmitrySikorsky/ebcb9bb9a057245aee42dc5867f8055f to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/ebcb9bb9a057245aee42dc5867f8055f to your computer and use it in GitHub Desktop.
.upload-button {
background: #f0f0f0;
border-radius: 100px;
text-align: center;
position: relative;
width: 200px;
height: 200px;
}
.upload-button .label {
line-height: 200px;
pointer-events: none;
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 200px;
}
.upload-button input {
opacity: 0;
cursor: pointer;
font-size: 200px;
width: 200px;
height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment