--- id: 5d822fd413a79914d39e9937 title: Part 111 challengeType: 0 dashedName: part-111 --- # --description-- Add `sky` as a second class to the `background-buildings` element. You are going to make a background for the skyline. # --hints-- test-text ```js assert($('.background-buildings.sky').length === 1); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```