Do you want to push your blog or website to the next level? Want to beautify plus make it more user friendly? This blog is fully powered by Bootstrap 3. If you like what you see here, "Bootstrap is the right choice, baby." Bootstrap is one of the most popular front-end framework for developing responsive web design. It includes buttons, form inputs, links, columns, and tons of other pre-formatted page objects. It gives a powerful toolbox to develop a web application running in both desktop and mobile devices.

Don't ever think that setting up Bootstrap in your blog is like launching a space shuttle. It's easy and will take only five minutes to get all the features and benefits from Bootstrap.

How to install Bootstrap?

Just use these Bootstrap CDN links and place it before </head> tag.
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">


Just use these links and place it just above the </body> tag.
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>


You can now start using Bootstrap.

Post a Comment