I have this code:
<label for="torque">* Torque (in/lbs): </label>
<input type="number" id="torque" name="torque" placeholder = "Torque requirements" required ><br>
<label for="pressure"> * Pressure (psi):</label>
<input type="number" id="pressure" name="pressure" placeholder = "Max Cont. pressure" required> <br>
The " < b r >" code makes to be on the line below, but how do you space them a little further apart? Can you put the code inline to separate the input fields a bit more?
Also, when I hover in the input box it shows up and down arrows on the right side (your right) of the screen in the input box. Is there a way to make the arrows go away? It is not a big deal, but it seems like the arrows only show up in the “number” type of input, and not in the “text” type of input.