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