I am trying to load css in codeigniter my css load code is-
<link href="<?php echo base_url();?>css/home.css" rel="stylesheet">
and i did in my autoload.php file
$autoload['helper'] = array('url','html');
But still not able to load Css.
My folder path is Myproject/application/css
where i am making mistake please let me know.
Thanks
application/folder