Wordpress - Theme: Separating Stylesheet From Header
Wordpress theme step by step tutorial - part 11: Not yet been felt complete if we do not dissociate the style sheet from header. By placing at separate file, it is easier for us to manage. Despitefully, our performance blog also will improve. So, in this post, we will place the style sheet into file "style.css".
Open "header.php", modify like following code:

Now, open "style.css". Enter following code:

