Struggling to organize a web page with HTML and Bootstrap 4 according to this template?
https://i.sstatic.net/BXC3X.jpg
<!doctype html>
<html lang="en>
<head>
<title>Hepatrote with Bootstrap v4</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<header class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">>
<p class="h5 my-0 me-md-auto fw-normal">Hepatrote</p>
<nav class="my-2 my-md-0 me-md-3">>
<a class="p-2 text-dark" href="#">Accueil</a>
<a class="p-2 text-dark" href="#">Blog</a>
<a class="p-2 text-dark" href="#">Symptoms</a>
<a class="p-2 text-dark" href="#">Contacts</a>
</nav>
</header>
<main class="container">
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">+
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">>
</div>
<footer class="pt-4 my-md-5 pt-md-5 border-top">>
</footer>>
</main>>
</body>>
</html>>
The code structure includes the head,body, and added Bootstrap link. Need help arranging elements like shown in the image? Share your thoughts!
Looking for some guidance on how to arrange elements properly using Bootstrap 4? Let's brainstorm together!