Looking to enhance the size of an input file element for easier dragging and dropping functionality. I've managed to increase its area using CSS properties width and height, but is there a way to align the "choose file" button to the center or middle?
<div id="container">
<input type=file style="border: 1px solid black; width: 400px; height: 400px;">
</div>
https://i.sstatic.net/mW23i.png
Does anyone know if achieving this layout can be done solely with CSS and HTML? Any assistance would be greatly appreciated!