Skip to content

Commit

Permalink
fix(curriculum): build a house user story 7 fix (freeCodeCamp#58177)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-bhullar-tech authored Jan 16, 2025
1 parent 96980e8 commit d7e1ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. All of the immediate children of the `#house` 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.
Expand Down

0 comments on commit d7e1ac9

Please sign in to comment.