<header>
<nav class="navbar navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">BOOTSTRAP 4</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample01" aria-controls="navbarsExample01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample01">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#">Hund</a></li>
<li class="nav-item"><a class="nav-link" href="#">Katze</a></li>
<li class="nav-item"><a class="nav-link" href="#">Maus</a></li>
<li class="nav-item"><a class="nav-link" href="#">Vogel</a></li>
</ul>
</div>
</nav>
</header>

<!-- container -->
<main role="main" class="container">
  
<div class="jumbotron">
<div class="col-sm-8 mx-auto">
<img class="d-block mx-auto mb-4" src="https://themes.getbootstrap.com/wp-content/themes/bootstrap-marketplace/assets/images/elements/bootstrap-stack@2x.png" alt="" width="72" height="57">
<h1>Bootstrap 4.6</h1>
<p>Build responsive, mobile-first projects on the web with the world's most popular front-end component library.</p>
<p><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div></p>
<p>Bootstrap is an open source toolkit for developing with HTML, CSS, and JS.</p>
<p>Responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery. </p>
<p>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">Modal</button>  
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Last Update">03.04.2021</button>
</p>
</div>
</div>
  
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Framework</a></li>
<li class="breadcrumb-item active" aria-current="page">Bootstrap</li>
</ol>
</nav>

<!-- behavior -->
<div class="row">

<div class="col-4">
<div class="list-group" id="list-tab" role="tablist">
<a class="list-group-item list-group-item-action active" id="list-home-list" data-toggle="list" href="#list-home" role="tab" aria-controls="home">Home</a>
<a class="list-group-item list-group-item-action" id="list-profile-list" data-toggle="list" href="#list-profile" role="tab" aria-controls="profile">Älter</a>
<a class="list-group-item list-group-item-action" id="list-messages-list" data-toggle="list" href="#list-messages" role="tab" aria-controls="messages">Uralt</a>
<a class="list-group-item list-group-item-action" id="list-settings-list" data-toggle="list" href="#list-settings" role="tab" aria-controls="settings">Steinalt</a>
</div>
</div>

<div class="col-8">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="list-home" role="tabpanel" aria-labelledby="list-home-list">
<h2><i class="fab fa-css3 fa-spin"></i> Basic Templates</h2><p><a href="https://getbootstrap.com/docs/4.6/examples">https://getbootstrap.com/docs/4.6/examples</a></p></div>
<div class="tab-pane fade" id="list-profile" role="tabpanel" aria-labelledby="list-profile-list">
<h2>Älteres</h2><p>Der wichtigste Faktor beim Gebrauch von Lorem ipsum Text ist, das der Text realistisch wirkt, andernfalls wird das Layout des Buches oder der Broschüre nicht gut wirken. Lorem ipsum ist also ein Blindtext ohne Bedeutung, der aber dennoch "echtem" Text täuschend ähnlich sieht.</p></div>
<div class="tab-pane fade" id="list-messages" role="tabpanel" aria-labelledby="list-messages-list">
<h2>Noch viel älter</h2><p>Der wichtigste Faktor beim Gebrauch von Lorem ipsum Text ist, das der Text realistisch wirkt, andernfalls wird das Layout des Buches oder der Broschüre nicht gut wirken. Lorem ipsum ist also ein Blindtext ohne Bedeutung, der aber dennoch "echtem" Text täuschend ähnlich sieht.</p></div>
<div class="tab-pane fade" id="list-settings" role="tabpanel" aria-labelledby="list-settings-list">
<h2>Uralty</h2><p>Der wichtigste Faktor beim Gebrauch von Lorem ipsum Text ist, das der Text realistisch wirkt, andernfalls wird das Layout des Buches oder der Broschüre nicht gut wirken. Lorem ipsum ist also ein Blindtext ohne Bedeutung, der aber dennoch "echtem" Text täuschend ähnlich sieht.</p></div>
</div>
</div>

</div>

</main>

<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal Box</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">Der wichtigste Faktor beim Gebrauch von Lorem ipsum Text ist, das der Text realistisch wirkt, andernfalls wird das Layout des Buches oder der Broschüre nicht gut wirken. Lorem ipsum ist also ein Blindtext ohne Bedeutung, der aber dennoch "echtem" Text täuschend ähnlich sieht.</div>
<div class="modal-footer"><button type="button" class="btn btn-secondary" data-dismiss="modal">Schlissen</button></div>
</div>
</div>
</div>

<footer class="footer">
<div class="container"><span>Currently Version 4.6.0 </span></div>
</footer>

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
@import url(https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css);
@import url(https://use.fontawesome.com/releases/v5.15.3/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Poiret+One|Anton|Roboto:100,400);

body { padding-top: 3rem; }
body > .container { padding: 3rem .5rem 0; }

h1, h2, h3 { 
	font-family: 'Poiret One'; 
	font-size: calc(1.2rem + 1.4vmin);
	font-weight: bold; 
}

a { text-decoration: none; }

.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler { border: 0; }

.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 4rem;
line-height: 4rem; 
background: #e9ecef;
}








$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.