I am not able to figure out this simple task. I need to place the button to the left side.
html
<body>
<nav class="navbar navbar-dark fixed-top bg-info flex-md-nowrap p-0">
<a class="navbar-brand col-md-2 mr-0" href="#">Web name</a>
<button class="btn btn-primary btn-sm float-left">
<span data-feather="toggle-left"></span>
</button>
<span class="text-nowrap" style="color:white; margin-right:20px;"><span data-feather="user"></span>username</span>
</nav>
...
</body>