For more information, please refer to this announcement explaining best practices for getting answers to questions.
Using Bootstrap 3 in Classic Pages
Summary
Want to have Bootstrap 3 work in classic pages?Content
<!-------------Copy and Paste reference bootstrap 3 css in the header of the classic page.------>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/style.css" rel="stylesheet" />
<!-------Add Script Code to the Bottom of the Page----->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><script