--- id: 60a3e3396c7b40068ad69970 title: Step 7 challengeType: 0 dashedName: step-7 --- # --description-- Before you can start styling the `div` you added, you need to link your CSS to your HTML. Add a `link` element to link your `styles.css` file. Set the `href` to `./styles.css`, and remember to set the `rel` attribute to `stylesheet`. # --hints-- Your code should have a `link` element. ```js assert(/ Rothko Painting --fcc-editable-region-- --fcc-editable-region--
```