WordPress doesn’t include css

You’ve placed the relevant code inside function.php, but WordPress loads functions.php

You’re also missing some indenting which makes syntax errors much more likely to occur, and you can save some typing by using get_stylesheet_uri() instead of get_template_directory_uri().'/style.css'