---
id: 5f3c866dbf362f99b9a0c6d0
title: Part 38
challengeType: 0
---
## Description
The `p` elements are nested in an `article` elements with the class attribute of `item`. You can style all the `p` elements nested anywhere in elements with a class named `item` like this:
```css
.item p { }
```
Using the above selector, add a `display` property with value `inline-block` so the `p` elements behave more like `inline` elements.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed