---
id: 5f3477aefa51bfc29327200b
title: Part 15
challengeType: 0
---
## 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.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed