I need help styling using the attribute selector
Most browsers inject their own default CSS properties and values for different elements. If you look closely, you might be able to notice the file input is smaller than the other text input elements. By default, a padding of 1px 2px is given to input elements you can type in.
Using another attribute selector, style the input with a type of file to be the same padding as the other input elements.
This is my code
I added another one from w3schools which is a single page of the selectors. It can be handy for quickly finding the selector type you are looking for without having to dig for it.