---
id: 5f3477aefa51bfc29327200b
title: Part 15
challengeType: 0
isHidden: true
---
## Description
So far you have styled three elements by writing CSS inside the `style` element of the `index.html` file. Since there will many more styles, you can write CSS in a separte file (`styles.css`) and then link to it.
Get started by taking the content of the `index.html` file's `style` element (exclude the opening and closing tags) and rewrite it in the `styles.css`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed