--- id: 612e98f3245c98475e49cfc6 title: Step 14 challengeType: 0 dashedName: step-14 --- # --description-- Give the `.keys` a `padding-left` of `2px`. # --hints-- Your `.keys` selector should have a `padding-left` property set to `2px`. ```js assert(new __helpers.CSSHelp(document).getStyle('.keys')?.paddingLeft === '2px'); ``` # --seed-- ## --seed-contents-- ```html