1. Linking to a CSS File

If you're using a tool like JSbin.com, you can just add your CSS directly in the CSS column. If you're using a text editor like sublime text, do the following:

<link rel="stylesheet" href="style.css">


Complete and Continue