---
id: 5d822fd413a79914d39e9924
title: Part 92
challengeType: 0
isHidden: true
---
## Description
Add your `building-wrap` class to the `fb3` element to center the sections.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert($(".fb3.building-wrap").length === 1);
```
## Challenge Seed
```html
freeCodeCamp Skyline Project
```
## Solution
```html
freeCodeCamp Skyline Project
```