form grid bootstrap 4 6

Solutions on MaxInterview for form grid bootstrap 4 6 by the best coders in the world

showing results for - "form grid bootstrap 4 6"
Cassiopeia
28 Jan 2016
1<form>
2  <div class="row">
3    <div class="col">
4      <input type="text" class="form-control" placeholder="First name">
5    </div>
6    <div class="col">
7      <input type="text" class="form-control" placeholder="Last name">
8    </div>
9  </div>
10</form>