Bootstrap CSS Classes

Bootstrap CSS class .col-form-label

    <div class="row">
        <label for="colFormLabelExample" class="col-sm-2 col-form-label">Email</label>
        <div class="col-sm-10">
            <input type="email" class="form-control form-control" id="colFormLabelExample" placeholder="Enter your e-mail">
        </div>
    </div>

Preview

Are you tired of writing HTML by hand?

More Bootstrap CSS classes in Forms category

© 2024 Shuffle. All rights reserved.