---
id: 5f3c866d28d7ad0de6470505
title: Part 33
challengeType: 0
---
## Description
The flavors and prices are currently stacked on top of each other and centered with their respectable `p` elements. It would be nice if the flavor was on the left and the price was on the right.
Add the class name `flavor` to the `French Vanilla` `p` element.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed