Bootstrap Series--18. Form Control Size

Source: Internet
Author: User

The form controls you see earlier are the normal size. You can set the height of the control by setting properties such as height,line-height,padding and font-size for the control. However, the bootstrap framework also provides two different class names to control the height of the form controls. These two class names are:

1. INPUT-SM: Make the control smaller than normal size

2. INPUT-LG: Make the control larger than normal size

These two classes apply to input,textarea , and Select controls in a form

<H1>Case 1</H1><formrole= "form">  <Divclass= "Form-group">    <labelclass= "Control-label">Control becomes larger</label>    <inputclass= "Form-control input-lg"type= "text"placeholder= "Add. Input-lg, control becomes larger">  </Div>  <Divclass= "Form-group">    <labelclass= "Control-label">Normal size</label>    <inputclass= "Form-control"type= "text"placeholder= "normal Size">  </Div>    <Divclass= "Form-group">    <labelclass= "Control-label">The control becomes smaller</label>    <inputclass= "Form-control input-sm"type= "text"placeholder= "Add. Input-sm, control becomes smaller"></Div> 

Bootstrap Series--18. Form Control Size

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.