Inputs
You can style input element by adding the .input class:
<input type="email" placeholder="me@example.com" class="input" />
File inputs
Adding the .input class to a file input works too:
<input type="file" class="input" />
You can style input element by adding the .input class:
<input type="email" placeholder="me@example.com" class="input" />
Adding the .input class to a file input works too:
<input type="file" class="input" />