bootstrap inline your form with bootstrap

Solutions on MaxInterview for bootstrap inline your form with bootstrap by the best coders in the world

showing results for - "bootstrap inline your form with bootstrap"
Antonia
29 Aug 2017
1<form class="form-inline py-3">
2  <input type="text" class="form-control"/>
3  <input type="text" class="form-control"/>
4  <button type="submit" class="btn btn-primary">Submit</button>
5</form>
6