Answers for "how do u control the form input size on bootstrap"

CSS
2

large input box bootstrap 4

.form-control-sm
.form-control-lg
Posted by: Guest on June-15-2020
2

input with bootstrap

<form>
  <div class="form-group">
    <label for="exampleInputEmail1">Email address</label>
    <input type="email" class="form-control">
    <small id="emailHelp" class="form-text text-muted">Hello, World</small>
  </div>
 </form>
Posted by: Guest on August-27-2020

Code answers related to "how do u control the form input size on bootstrap"

Browse Popular Code Answers by Language