--- id: 612e9a21381a1949327512e6 title: Step 15 challengeType: 0 dashedName: step-15 --- # --description-- Move the keys into position by adjusting the `#piano` selector. Set the `padding` property to `90px 20px 0 20px`. # --hints-- Your `#piano` selector should have the `padding` property set to `90px 20px 0 20px`. ```js assert(new __helpers.CSSHelp(document).getStyle('#piano')?.padding === '90px 20px 0px'); ``` # --seed-- ## --seed-contents-- ```html