mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-26 07:00:55 -04:00
fix(curriculum): in step 7 "window-1" missing # (#59499)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user