---
id: 5f46ede1ff8fec5ba656b44c
title: Step 78
challengeType: 0
dashedName: step-78
---
# --description--
Next you are going to be styling the `footer` element. To keep the CSS organized, add a comment at the end of `styles.css` with the text `FOOTER`.
# --hints--
You should have a CSS comment with the text `FOOTER`.
```js
assert(code.match(/\/\*\s*FOOTER\s*\*\//i));
```
# --seed--
## --seed-contents--
```html