here is a snippet of the code I'm working on:
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"> <img src="https://i.stack.imgur.com/5XeYV.png" width="225" height="245"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
</Button>
</div>
</nav>
this is the output it generates: Click here to view the result
any assistance or guidance on this matter would be greatly appreciated. Thank you.