---
id: 5f45b3c93c027860d9298dbd
title: Part 83
challengeType: 0
---
## Description
You change properties of a link when the mouse hovers them by using a pseudo-selector that looks like `a:hover { propertyName: propertyValue; }`.
Change the color of the footer `Visit our website` link to be `brown` when a user hovers over it.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed