Build a House Painting - Build a House Painting

Tell us what’s happening:

/* House container */
#house {
position: relative;
width: 500px;
height: 400px;
background-color: lightblue;
border: 2px solid black;
}

                                        /* Chimney */
                                            #chimney {
                                                  position: absolute;

Your code so far

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a House Painting - Build a House Painting
https://www.freecodecamp.org/learn/full-stack-developer/lab-house-painting/build-a-house-painting

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!