# --seed-- ## --before-user-code-- ```css body { etc: '' } ``` ```html ``` ## --seed-contents-- ```html ``` ```css body { background: green; } ``` ```js var x = 'y'; ``` ## --after-user-code-- ```css body { background: blue; } ``` ```js function teardown(params) { // after } ``` # --solutions-- ::id{#html-key} ```html ``` ```css body { background: white; } ``` ```js var x = 'y'; ``` --- ::id{#html-key} ```html solution number two ``` ```css body { background: white; } ``` ```js var x = 'y'; ``` --- ::id{#html-key} ```html ``` ```css body { background: white; } ``` ```js var x = 'y3'; ```