Hey guys, I'm trying to add bootstrap to my code and make my Hello World text turn blue by adding class "text-primary". Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hey guys, I'm trying to add bootstrap to my code and make my Hello World text turn blue by adding class "text-primary". Help

Adding Bootstrap and Jquery

16th Jul 2017, 2:11 PM
Andre
1 Answer
+ 1
boot strap has two files... bootstrap.css and bootstrap.js...and because bootstrap js works with jquery you should link 3 docs to your page: <link href="the address of bootstrap.css"/> <script src="the address of jquery"></script> <script src="the address of bootstrap.js"></script> and for text primary use <p class="text-primary">some text</p>
22nd Jul 2017, 9:04 AM
Majid Askari
Majid Askari - avatar