inline heading and input

Solutions on MaxInterview for inline heading and input by the best coders in the world

showing results for - "inline heading and input"
Izzie
22 Jul 2019
1   <div class="col-md-6">
2      <form class="form-inline">
3        <div class="form-group">
4          <h3 class="pull-left">Upcoming Events</h3>
5          <input type="text" class="form-control pull-right" placeholder="Country/Region">
6        </div>
7      </form>
8    </div>
9