---
id: 5f475bb508746c16c9431d42
title: Part 91
challengeType: 0
---
## Description
The image you added is not centered horizontally like the `Coffees` heading above it. `img` elements are "like" inline elements.
To make the image behave like heading elements (which are block-level), create an `img` type selector and use the value `block` for the `display` property and use the applicable `margin-left` and `margin-right` values to center it horizontally.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed