skip to Main Content

Bootstrap 5 in line checkbox label – Html

Why is the checkbox not in line with the label? What I get <div class="row g-1 border-bottom p-3"> <div class="col border-end justify-content-center d-flex align-items-center"> <div class="h6 text-sm-center h-25"> osiągniecia </div> </div> <div class="col ps-3"> <div class="form-check"> <input type="checkbox" name="wyroznienie" id="wyroznienie">…

VIEW QUESTION
Back To Top
Search