Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
.file {
background-color: blue;
border: 1px red solid;
width: 400px;
padding: 2px;
margin: 5px;
display: inline-block;
}
.file > label {
/* color only applies to the label */
color: white;
}
</style>
<div class='file'>
<button>Browse&#8230;</button><label>No file selected.</label>
</div>