Run ❯
zig
.
com
Result Size:
1260 x 277
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../../cdn.jsdelivr.net/npm/bootstrap%404.6.2/dist/css/bootstrap.min.css"> <script src="../../cdn.jsdelivr.net/npm/jquery%403.7.1/dist/jquery.slim.min.js"></script> <script src="../../cdn.jsdelivr.net/npm/popper.js%401.16.1/dist/umd/popper.min.js"></script> <script src="../../cdn.jsdelivr.net/npm/bootstrap%404.6.2/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <div class="container"> <h2>Input Sizing</h2> <p>The form below shows input elements with different heights using .input-lg and .input-sm:</p> <form> <div class="form-group"> <label for="inputdefault">Default input</label> <input class="form-control" id="inputdefault" type="text"> </div> <div class="form-group"> <label for="inputlg">form-control-sm</label> <input class="form-control form-control-sm" id="inputlg" type="text"> </div> <div class="form-group"> <label for="inputsm">form-control-lg</label> <input class="form-control form-control-lg" id="inputsm" type="text"> </div> <div class="form-group"> <label for="sel1">Default select list</label> <select class="form-control" id="sel1"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select> </div> <div class="form-group"> <label for="sel2">form-control-lg</label> <select class="form-control form-control-lg" id="sel2"> <option>1</option> <option>2</option> <option>3</option> </select> </div> <div class="form-group"> <label for="sel3">form-control-sm</label> <select class="form-control form-control-sm" id="sel3"> <option>1</option> <option>2</option> <option>3</option> </select> </div> </form> </div> </body> <!-- /bootstrap4/tryit.asp?filename=trybs_input_height&stacked=h by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 18:14:12 GMT --> </html>