--- id: 5d822fd413a79914d39e9927 title: Part 94 challengeType: 0 --- # --description-- Add your `window-wrap` class to the `fb3a` element to center and space the windows. # --hints-- test-text ```js assert($('.fb3 div.fb3a:first-child').hasClass('window-wrap')); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```