Lesson: Responsive Design with Bootstrap
Style Text Inputs as Form Controls
You can add the fa-paper-plane
Font Awesome icon by adding <i class="fa fa-paper-plane"></i>
within your submit button
element.
Give your form's text input field a class of form-control
. Give your form's submit button the classes btn btn-primary
. Also give this button the Font Awesome icon of fa-paper-plane
.
All textual <input>
, <textarea>
, and <select>
elements with the class .form-control
have a width of 100%.
The content on this page is licensed under Attribution-ShareAlike 4.0 International. Original authors: freeCodeCamp, the content was modified.