WordPress-loading scripts and styles
If you only import style.css, I can put this on the top of the head <link rel="stylesheet" href="<?php%20echo%20get_stylesheet_uri();%20?>" type="text/css" media="screen" /> If you add other styles, then add another one on the top of the head <link rel="stylesheet" href="<?php%20echo%20get_template_directory_uri();?>/bootstrap.min.css"> Another...