Inpput Feld ausrichten
bearbeitet von
Habe ein Formular mit input Feldern
Sieht so aus:
*<div class="col-12">
<input type="text" class="form-control px-4 inputfield" placeholder="Vorname" name="Vorname" required>
<input type="text" class="form-control px-4 inputfield" placeholder="Name" name="Name" required>
</div>*
Das erste input Feld möchte ich links ausgerichtet haben.
Das zweite input Feld möchte ich rechts ausgerichtet haben.
Wie bekommt man das hin?