I'm struggling with a simple problem and any help would be greatly appreciated. I am working on a portfolio project from and noticed that the cheeseburger button in my navbar doesn't work when I copy my code to VS Code and view it in the browser.
However, when I do the same thing in CodePen's editor, the button works perfectly fine. You can see the page in CodePen here: https://codepen.io/stealthman22/full/PeZvNK/. Here is the code snippet for the cheeseburger button:
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarnavbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Can anyone help me figure out what might be wrong? Thanks in advance!