Do we can use bootstrap framework in solo learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do we can use bootstrap framework in solo learn

12th Aug 2020, 4:28 AM
H A C K E R
H A C K E R - avatar
2 Answers
+ 4
You can use it anywhere with bootstrap's CDN. CDN is just a link that you have to copy and paste inside the <head></head> tag. In this case the CDN is: <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
12th Aug 2020, 5:01 AM
maf
maf - avatar
+ 2
Thanks
12th Aug 2020, 5:12 AM
H A C K E R
H A C K E R - avatar