--- id: 5f3477cbcb6ba47918c1da92 title: Part 18 challengeType: 0 --- ## Description
So the styling of the page looks similar on mobile as it does on a desktop or laptop, you need to add a `meta` element with a special `content` attribute. Add the following within the `head` element: ```html ```
## Tests
```yml tests: - text: Test 1 testString: '' ```
## Challenge Seed
```html --fcc-editable-region-- Camper Cafe Menu --fcc-editable-region--

CAMPER CAFE

Est. 2020

Coffees

```
```css h1, h2, p { text-align: center; } ```