rules then things can be messed up and break.
Following are codes which injects your style files in a properÂ
locationÂ
wp_register_style('mrcf_html_form_code_styles', plugins_url('mrcf_stylesheet.css', __FILE__));
wp_enqueue_style('mrcf_html_form_code_styles');
Â
After providing all the parameters in wp_register_style, we canÂ
just call the script in wp_enqueue_style() whichÂ
makes everything happen.
Learn details about these parameters by google search.