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
0

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
6 Answers
+ 3
so what's your problem
16th Jul 2017, 2:14 PM
Akash
Akash - avatar
+ 2
sorry but not need to close link that was my mistake I removed that and code is working
16th Jul 2017, 2:31 PM
Akash
Akash - avatar
+ 1
I add <link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> under <head> but I put<h1 class="text-primary">Hello World</h1> and it won't turn blue
16th Jul 2017, 2:17 PM
Andre
0
Ahh I didn't close off with </link> thank you man
16th Jul 2017, 2:29 PM
Andre
0
I copied your link and it worked. I think the code I got from w3schools is messed up
16th Jul 2017, 2:39 PM
Andre