Get started with bootstrap-jumbotron CDN
MIT licensed
Bootstrap Jumbotron: Large, customizable container for eye-catching, informative backgrounds.
Tags:- bootstrap
- template
- bootstrap5
- responsive
- cards
- responsive-design
- navbar
- bootstrap5-template
- background-image
- jumbotron
- fixed-navbar
Stable version
Copied!
How to start using bootstrap-jumbotron CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-jumbotron/1.0.0/bootstrap-jumbotron.min.css">
<title>Get started with bootstrap-jumbotron CDN - cdnhub.io</title>
</head>
<body>
<div class="jumbotron text-center">
<h1 class="display-3">Hello, world!</h1>
<p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<hr class="my-4">
<p>It uses utility classes for typography and spacing to space content out within the component.</p>
<button type="button" class="btn btn-primary btn-lg">Learn more</button>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stack.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!