From 1a8e022fcb7b09622bd4e3a6ccb8cb51dab03b07 Mon Sep 17 00:00:00 2001 From: Kai Pepler <109538547+kaipepler@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:27:38 -0400 Subject: [PATCH] fix(curriculum): in step 7 "window-1" missing # (#59499) --- .../lab-house-painting/66d6a7a3e1aa411e94bf2346.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-house-painting/66d6a7a3e1aa411e94bf2346.md b/curriculum/challenges/english/25-front-end-development/lab-house-painting/66d6a7a3e1aa411e94bf2346.md index 7e467753d82..b60b49832ba 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-house-painting/66d6a7a3e1aa411e94bf2346.md +++ b/curriculum/challenges/english/25-front-end-development/lab-house-painting/66d6a7a3e1aa411e94bf2346.md @@ -20,7 +20,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab 1. Your `#house` should have a background color and a border set. 1. You should have a `#chimney`, `#roof`, `#window-1`, `#window-2`, and `#door` `div`s within the `#house`. 1. All of the immediate children of the `#house` should have a `position` of `absolute`. -1. `#roof`, `#chimney`, `window-1`, `#window-2`, and `#door` should have a width, height, border, and background color set. +1. `#roof`, `#chimney`, `#window-1`, `#window-2`, and `#door` should have a width, height, border, and background color set. 1. Your `#roof` should have a top value of `0`. 1. Your `#door` should be placed at the bottom of your house. 1. Your windows should be placed below your `#roof` and at least higher than one third of your `#door`'s height.