---
id: 5f45b45d099f3e621fbbb256
title: Part 84
challengeType: 0
dashedName: part-84
---
# --description--
You change properties of a link when the link is actually clicked by using a pseudo-selector that looks like `a:active { propertyName: propertyValue; }`.
Change the color of the footer `Visit our website` link to be `white` when a clicks on it.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html