---
id: 5f47fe7e31980053a8d4403b
title: Part 93
challengeType: 0
dashedName: part-93
---
# --description--
It would be nice if the vertical space between the `h2` elements and their associated icons was smaller. The `h2` elements have default top and bottom margin space, so you could change the bottom margin of the `h2` elements to say `0` or another number.
There is an easier way, simply add a negative top margin to the `img` elements to pull them up from their current positions. Negative values are created using a `-` in front of the value. To complete this project, go ahead and use a negative margin of `25px` in the `img` type selector.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html