<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am currently developing a theme and i have: <div><br></div><div>function theme_name_styles() {<div><span class="Apple-tab-span" style="white-space:pre">      </span>wp_enqueue_style( 'style-name',<span style="background-color: rgb(243, 243, 247); font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.3em; white-space: pre-wrap;">get_template_directory_uri()</span><span style="background-color: rgb(243, 243, 247); font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.3em; white-space: pre-wrap;"> . '/css/dropdown.css</span><span style="font-size: 12pt;"> );</span></div><div>}</div><div><br></div><div>add_action( 'wp_enqueue_scripts', 'theme_name_styles' );</div></div><div><br></div><div>but it is not working what am i doing wrong.</div><div><br></div><div><br></div>                                        </div></body>
</html>