Copy this line and add in your theme header.php file.
Path : projectname/wp-content/themes/yourtheme/header.php
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/style/media.css" media="screen" />
File
Add the media.css file here :
projectname/wp-content/themes/yourtheme/style/media.css