Some sites offers to buy some bootstrap packages so what are the alternatives of this problem if we do not have some particular bootstrap packages.
For using bootstrap you have to first include bootstrap package. You can do using 2 method
1.) Download package and give path of your package using link tag
Follow this link to download files
https://getbootstrap.com
2.) just add following code in your website.. It will directly include bootstrap package you dont need to download bootstrap files
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css>