---
id: 5f46e36e745ead58487aabf2
title: Part 88
challengeType: 0
dashedName: part-88
---
# --description--
Now the top spacing looks good. The space below the address at the bottom of the menu is a little bigger than the space at the top of the menu and the `h1` element.
To decrease the default margin space below the address `p` element, create a class selector named `address` and use the value `5px` for the `margin-bottom` property.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html