Bootstrap hamburger dropdown menu question

Hey, I am watching this youtube tutorial about bootstrap drop down menu.
At 2:16 you can see that the out come of those few lines. I cannot get the same result in my codepen.
Could someone tell me that which part I got it wrong??

Youtube

My Codepen

It was supposed to show something like this:

Make sure you have Bootstrap and Bootstrap-responsive included in the ‘Settings’ -> "CSS’ in your codepen.
Also, in the tutorial the author is including a local file - css/style.css which doesn’t exists in your codepen and that file might contain the styles that you don’t see

1 Like