0
CSS BOOTSTRAP
Pls, am new to CSS bootstrap, I copied nav bar code from their website and included their cdn link in my code, but it not toggling. Are there other CSS packages except bootstrap?. Thanks
2 ответов
+ 2
Yes there are many different CSS frameworks.
If you put your code in a code bit and share it here we can have a look at it to help determine why it is not working.
0
This one got me too once, you need to link both the bootsrap css files and the bootsrap javascript files to your code. I'm assuming you only linked the css files only, the JavaScript files are required for the toggling and other actions.