Seperate CSS for Yii Pages

Hi,

I’m new in Yii. I’m having problems modifying CSS in my forms. I’ve tried editing form.css but it doesn’t seem to get the exact thing I want for the specific pages in my app. Is there any way I could have a seperate CSS files for each of these forms?

attach new your css in lyouts

<link rel="stylesheet" media="screen" href="<?php echo Yii::app()->request->baseUrl; ?>/css/mycss.css" />

and sett in form htmloptions for each input or form and modify your css in your base path css folder