i load my css like this
<link href="<?php echo base_url('assets/css/home/css/style.css');?>" rel="stylesheet" type="text/css" media="all"/>
Now I want to call a background image from my style CSS something like this:
background: url(../assets/img/home/images/cover.jpeg)no-repeat center;
But this doesn't work
Can someone tell me how I call the image file from CSS?
My file structure is assets/img/home/images/cover.jpeg
My css structure is assets/css/home/css/style.css