How do you style an input type=\"file\" button?
type=\"file\"
You can wrap your input type="file" inside of a label for the input. Style the label however you'd like and hide the input with display: none;