+ 3
Does SoloLearn support bootstrap CDN
5 Antworten
+ 7
Yes.
Just add this in your <head> tag
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+ 7
https://code.sololearn.com/WNZbVs5XhUO2/?ref=app
Joash Ouso for more information you can check out the Bootstrap 3 course here ;)
https://www.sololearn.com/learn/1051/?ref=app
+ 2
Thanks Nikhil
+ 2
This ain't working. Do you mind posting a sample code with this CDNs?
+ 2
Thanks Nikhil. I was using a you tube tutorial but seems the tutor had somehow customized his stuff. Greatly appreciated.