<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Dark Variant of Bootstrap Jumbotron</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <div class="container-lg my-4"> <div class="p-5 mb-4 bg-dark text-white rounded-3"> <h1>Create Websites</h1> <p class="lead">The most common method of communication with individuals in today's society is through the internet. At <a href="https://www.simmanchith.com" target="_blank">simmanchith.com</a> You will master the fundamentals of web development technology together with practical examples from real-world situations, enabling you to build your own website to interact with users all over the world.</p> <p><a href="https://www.simmanchith.com" target="_blank" class="btn btn-primary btn-lg">Learning today</a></p> </div> <p>In order to properly position them inside lists group items and to enable better customisation, numbers are created using CSS (as opposed to the element's default web browser style). For further information, see the CSS.The chapter on Bootstrap custom forms contains information on custom checkboxes and buttons for radios.By making a small modification to the HTML syntax, lists group items may now be linked.With the use of flexbox tools, you may also include almost any HTML inside the list's groups.Your may provide additional emphasis to the lists group items using contextual classes, just as you can with the majority of the other elements. Here is an illustration:</p> <p>The chapter on Bootstrap custom forms contains information on custom checkboxes and buttons for radios.By making a small modification to the HTML syntax, lists group items may now be linked.With the use of flexbox tools, you may also include almost any HTML inside the list's groups.Your may provide additional emphasis to the lists group items using contextual classes, just as you can with the majority of the other elements. Here is an illustration:In order to properly position them inside lists group items and to enable better customisation, numbers are created using CSS (as opposed to the element's default web browser style). For further information, see the CSS.</p> </div> </body> </html>