I am facing a problem while trying to load css in template/header.php and footer.php and facing problems while doing this.
structure of my codeignitor application is
-application
-views
-- css (folder)
--- style.css
-- template (folder)
---header.php
In header.php I am using the following line to load css
<style> @import url('<?=base_url()?>css/style.css'); </style>
In web console I am seeing it as
GET http://localhost/groce/css/style.css [HTTP/1.1 404 Not Found 1ms]
where groce is name of my application