---
id: 5d822fd413a79914d39e9915
title: Part 108
challengeType: 0
isHidden: true
---
## Description
You don't need the `background-color` for this building anymore so you can remove that property.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: const fb5 = code.match(/\.fb5\s*{[\s\S]+?[^}]}/g)[0]; assert(!/background-color/g.test(fb5));
```
## Challenge Seed
```html
freeCodeCamp Skyline Project
```
## Solution
```html
freeCodeCamp Skyline Project
```