i want to know how to add css on homepage in controller
in your view, into <head> tags
<link rel="stylesheet" href="<?php echo base_url() ?>css/styles.css" type="text/css" media="screen"/>
your css folder, must be in the root. NOT into application folder.
<link rel=“stylesheet” href=“css/styles.css” type=“text/css” media=“screen”/> this is also working