--- id: 60a3e3396c7b40068ad69970 title: Step 7 challengeType: 0 dashedName: step-7 --- # --description-- Prima di poter iniziare a definire lo stile dell'elemento `div` che hai aggiunto, devi collegare il tuo CSS al tuo HTML. Aggiungi un elemento `link` per collegare il file `styles.css`. Imposta l'attributo `href` su `./styles.css` e ricorda di impostare l'attributo `rel` su `stylesheet`. # --hints-- Il codice dovrebbe avere un elemento `link`. ```js assert(/ Rothko Painting --fcc-editable-region-- --fcc-editable-region--
```