+ 1
Do we can use bootstrap framework in solo learn
2 Respuestas
+ 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">
+ 2
Thanks