---
id: 5f45b3c93c027860d9298dbd
title: Part 83
challengeType: 0
dashedName: part-83
---
# --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.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html