I have my bootstrap css file stored in the following directory:
C:\Users\SCEA\Downloads\bootstrap-3.3.7\css
When linking this css file to my php file, I used the absolute path:
<link href="C:\Users\SCEA\Downloads\bootstrap-3.3.7\css" rel="stylesheet">
However, the css effects are not visible. Could it be that my css file is not properly linked?