Can you help me modify this design using Bootstrap rules while keeping the original CSS files intact? I need to make these 5 cards (columns) full width with a navbar.
Issue 1: I always see a vertical scroll bar on desktop.
Issue 2: The Navbar doesn't have the same width as the 5 columns. It should be similar in width, even if not exact.
Issue 3: All 5 cards are touching each other. Please add some pixel space between the cards.
Issue 4: The layout should display as full-screen across most resolutions without any vertical scrolls. If it's a smaller resolution, it can switch to 2 or 1 column. However, at resolutions like 1500px or 1200px, it should remain in 5 columns and occupy the full screen without any vertical or horizontal scrolling. Thank you for your assistance.
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>q</title>
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1b7974746f686f697a6b5b2e35293529">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e5878a8a919691978495a5d0cbd7cbd7">[email protected]</a>/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<div class="row d-flex justify-content-center">
<div class="col-lg-2 col-md-6 card" align="center">
<a href="#1"><img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Alice_%28apple%29.jpg" class="card-img-top img-fluid" alt=" " /></a>
<div class="card-body">
<p class="card-text" align="center"><a href="#2" class="btn btn-primary">apple</a> </p>
</div>
</div>
<div class="col-lg-2 col-md-6 card" align="center">
<a href="#1"><img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Alice_%28apple%29.jpg" class="card-img-top img-fluid" alt=" " /></a>
<div class="card-body">
<p class="card-text" align="center"><a href="#2" class="btn btn-primary">apple</a> </p>
</div>
</div>
<div class="col-lg-2 col-md-6 card" align="center">
<a href="#1"><img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Alice_%28apple%29.jpg" class="card-img-top img-fluid" alt=" " /></a>
<div class="card-body">
<p class="card-text" align="center"><a href="#2" class="btn btn-primary">apple</a> </p>
</div>
</div>
<div class="col-lg-2 col-md-6 card" align="center">
<a href="#1"><img src="https://upload.wikimedia.org/wikipedia/commons/2/25/Alice_%28apple%29.jpg" class="card-img-top img-fluid" alt=" " /></a>
<div class="card-body"