I am baffled as to why this isn't working. Below is the reference to the css file in the head tag:
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<head>
<link rel="stylesheet" href="Candidate.css"/>
</head>
<body>
Here is a screen shot of the directory path and console output:


<script>tag should be either in the<head>or<body>tags. Where is the CSS file? Same directory asindex? Or is it in astyles,cssor similar folder?