0
I would like to just move the box (the box itself) from the input to the right of my div.
<div id='mainBox'>
Distancia departure/arrival <input class='inputs'>
<p></p>
Distancia arrival/alternate <input class='inputs'>
<p></p>
Velocidade de cruzeiro <input class='inputs'>
<p></p>
Consumo da aeronave em litros <input class='inputs'>
</div>
I’ve tried everything I can through margin and padding, but the inputs are all cluttered :/
If the answer is correct, don’t forget to evaluate.
– Matheus