--- id: 5ddb965c65d27e1512d44dc9 title: Part 48 challengeType: 0 isBeta: true --- ## Description
Another way to add styling is to use the `style` property directly, like `output.style.width = '300px'`. Add a `backgroundColor` style to `output` and set it equal to `'#FFF9C4'`. The `calculate()` function is now finished!
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert( code.replace(/\s/g, '').match(/output\.style\.backgroundColor\=[\'\"\`]\#FFF9C4[\'\"\`]/) ); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
```
### After Test
```html ```
## Solution
```html ```