---
id: 5f45a276c093334f0f6e9df4
title: Part 75
challengeType: 0
---
## 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`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed