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