Bootstrap CSS Classes

Bootstrap CSS class .form-control-lg

<input class="form-control form-control-lg" type="text" placeholder=".form-control-lg">

Preview

CSS source

/* _forms.scss:149 */
.form-control-lg {
  height: $input-height-lg;
  padding: $input-padding-y-lg $input-padding-x-lg;
  font-size: $font-size-lg;
  line-height: $input-line-height-lg;
  @include border-radius($input-border-radius-lg);
}

Check .form-control-lg in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Forms category

© 2024 Shuffle. All rights reserved.