---
id: 5f3f26fa39591db45e5cd7a0
title: Part 69
challengeType: 0
---
## Description
The default properties of an `hr` element will make it appear as a thin light grey line. You can change the height of the line by specifying a value for the `height` property.
Change the height the `hr` element to be `3px`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed