---
id: 5f45b25e7ec2405f166b9de1
title: Part 82
challengeType: 0
---
## Description
You change properties of a link when the link has actually been visited by using a pseudo-selector that looks like `a:visited { propertyName: propertyValue; }`.
Change the color of the footer `Visit our website` link to be `grey` when a user has visited the link.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed