Benefits of Bootstrap

This is not the optimal way to add a third party CSS file to a Wordpress application, and we will learn the best practice shortly.

wp-content/themes/customtheme/index.php

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

Complete and Continue