+ 9
how can i use bootstrap in sololearn code codeplayground ?
3 Antworten
+ 5
Copy this and start using it
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+ 5
Just Add the link of BS4 from CDN
+ 2
Of courses