--- id: 5f3477aefa51bfc29327200b title: Part 15 challengeType: 0 dashedName: part-15 --- # --description-- You have styled three elements by writing CSS inside the `style` tags. This works, but since there will many more styles, it's best to put all the styles in a separate file and link to it. Start by rewriting the styles you have created into the `styles.css` file. Make sure to exclude the opening and closing `style` tags. # --hints-- Test 1 ```js ``` # --seed-- ## --seed-contents-- ```html Camper Cafe Menu

CAMPER CAFE

Est. 2020

Coffees

``` ```css --fcc-editable-region-- --fcc-editable-region-- ```