Form
Simple date countdown to the scheduled event.Form controls
Textual form controls—like <input>
s, <select>
s, and <textarea>
s—are styled with the .form-control
class. Included are styles for general appearance, focus state, sizing, and more.
Sizes
<input class="form-control form-control-sm" type="email" placeholder="name@example.com">
<input class="form-control" type="email" placeholder="name@example.com">
<input class="form-control form-control-lg" type="email" placeholder="name@example.com">