---
id: 5f45a276c093334f0f6e9df4
title: Part 75
challengeType: 0
dashedName: part-75
---
# --description--
Focusing on the menu items and prices, there is a fairly large gap between each line.
Target all the `p` elements nested in elements with the `class` named `item` and set their top and bottom margin to be `5px`.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html