I am newer in CI. So I don't know how to load CSS and JS. I google it but do not success
CI Code
<?php echo base_url(); ?>
<link href="<?php echo base_url()."css/bootstrap-cerulean.css"?>" type="text/css" rel="stylesheet">

This is my directory structure. Need any configuration for it and it path display in browser like below but it not loaded css.
http://localhost/codeIgniter/css/bootstrap-cerulean.css
Required any help please comment I will help further if needed.
applicationdirectory as it is not accessible..htaccessfile in applications folder which makes it not accessible. either move it to assets as said by kemal else write an htaccwssAllow from alland put it in those 3 folders..htaccessfile?