---
id: 5f344f9c805cd193c33d829c
title: Part 12
challengeType: 0
---
## Description
You can add style to an element by specifying it in the `style` element and setting a property for it like this:
```css
element {
property: value;
}
```
Center your `h1` element by setting its `text-align` property to the value `center`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed
```html
Camper Cafe Menu
--fcc-editable-region--
--fcc-editable-region--