CSS BOOTSTRAP | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

20th Jul 2022, 11:04 PM
Animashaun Musthofa adewunmi
2 Respostas
+ 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.
20th Jul 2022, 11:49 PM
Chris Coder
Chris Coder - avatar
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.
2nd Aug 2022, 3:45 PM
Brian Muchai
Brian Muchai - avatar