Skip to content

Instantly share code, notes, and snippets.

@Tom-Millard
Created August 15, 2014 13:01
Show Gist options
  • Save Tom-Millard/1d5c08d1ec09ce054cc4 to your computer and use it in GitHub Desktop.
Save Tom-Millard/1d5c08d1ec09ce054cc4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.upload-button {
height : 30px;
overflow : hidden;
}
.upload-button label {
display : block;
padding : 5px 7px;
background-color : green;
cursor : pointer;
}
</style>
</head>
<body>
<div class="upload-button">
<label for="upload">Upload</label>
<input type="file" name="upload" id="upload">
</div>
</body>
</html>
.upload-button {
height : 30px;
overflow : hidden;
}
.upload-button label {
display : block;
padding : 5px 7px;
background-color : green;
cursor : pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment