Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
In this video, we'll use Bootstrap's grid classes to create the form's "Payment Info" section.
Grid code snippet
<div class="">
<div class="">
<label for="cc-num">Card Number:</label>
<input class="form-control" id="cc-num" type="text">
</div>
<div class="">
<label for="zip">Zip Code:</label>
<input class="form-control" id="zip" type="text">
</div>
<div class="">
<label for="cvv">CVV:</label>
<input class="form-control" id="cvv" type="text">
</div>
</div>
Expiration month snippet
<select class="custom-select form-control" id="exp-month">
<option value="1">1 - January</option>
<option value="2">2 - February</option>
<option value="3">3 - March</option>
<option value="4">4 - April</option>
<option value="5">5 - May</option>
<option value="6">6 - June</option>
<option value="7">7 - July</option>
<option value="8">8 - August</option>
<option value="9">9 - September</option>
<option value="10">10 - October</option>
<option value="11">11 - November</option>
<option value="12">12 - December</option>
</select>
Expiration year snippet
<select class="custom-select form-control" id="exp-year">
<option value="2016">2016</option>
<option value="2017">2017</option>
<option value="2018">2018</option>
<option value="2019">2019</option>
<option value="2020">2020</option>
</select>
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Kieran Mackey
2,271 Points1 Answer
-
Naoki Yoshida
6,984 PointsTrying to center the Modal Title and put at the right side the Register button but i can't!
Posted by Naoki YoshidaNaoki Yoshida
6,984 Points2 Answers
-
Kirt Perez
7,374 Points1 Answer
-
Junior Aidee
Front End Web Development Techdegree Graduate 14,657 Points1 Answer
-
Scott Pierce
2,365 Points1 Answer
-
Ga In Shin
9,930 Points1 Answer
-
Jorleni Maldonado
14,398 Points2 Answers
-
Nicholas Wallen
12,278 Points2 Answers
-
Michael Pashkov
22,024 Points2 Answers
-
PLUS
Thomas Barkel
Courses Plus Student 7,222 Points2 Answers
-
Aiga Krauze
863 Pointsthe content goes out of borders, the register button is displayed as wide as the pop-up window for registration.
Posted by Aiga KrauzeAiga Krauze
863 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up