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>Button</h2> <p>The .active class makes the button appear pressed:</p> <button type="button" class="btn btn-primary">Primary button</button> <button type="button" class="btn btn-primary active">Active primary button</button> <br><br> <button type="button" class="btn btn-info">Info button</button> <button type="button" class="btn btn-info active">Active info button</button> </div> </body> <!-- /bootstrap4/tryit.asp?filename=trybs_ref_btn_active&stacked=h by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 19:45:48 GMT --> </html>