---
id: 5d822fd413a79914d39e9909
title: Part 65
challengeType: 0
isHidden: true
---
## Description
You want `bb4` to share the properties of `bb1` that center the sections. Instead of duplicating that code, create a new class above the background building comment called `building-wrap`. Leave it empty for now; this class will be used in a few places to save you some coding.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert(/\.building-wrap\s*{\s*}/g.test(code));
```
## Challenge Seed
```html
freeCodeCamp Skyline Project
```
## Solution
```html
freeCodeCamp Skyline Project
```