The goal of this exercise is to use the CSS components you've learned so far from Bootstrap to create a contact form for your website.
index.html
from the previous exercise.contact.html
and save it in the same folder as your index.html
.contact.html
, but keep the header, navigation, and footer if you have it..form-group
and .form-control
to style your Name, Email, Subject, and Message fields..btn
classes to style your Send button.