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
6 ответов
+ 3
so what's your problem
+ 2
sorry but not need to close link that was my mistake
I removed that and code is working
+ 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
0
Ahh I didn't close off with </link> thank you man
0
I copied your link and it worked. I think the code I got from w3schools is messed up