Hey nnc24,
Here you need to put full path(url) of the css file.You can add style.css in header.php file two ways:
You can include stylesheet as per wordpress format:
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
OR
You can include manually style.css file:
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/style.css" />
Let me know if you have any question or confusion on the same.
Thanks & Regards,
Hitesh Anjara