--- id: 5d822fd413a79914d39e9925 title: Part 92 challengeType: 0 --- ## Description
Nest three new `div` elements in the first `fb3a` element. Give them each a class of `fb3-window`. These will be windows for this section.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert($(".fb3 div.fb3a:first-child").children("div.fb3-window").length === 3); ```
## Challenge Seed
```html freeCodeCamp Skyline Project
```
## Solution
```html freeCodeCamp Skyline Project
```