User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.70 Safari/537.36 WebCatalogPhoton/43.1.1
Challenge Information:
Learn CSS Variables by Building a City Skyline - Step 10
You appear to have created this post without editing the template. Please edit your post to 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!
Hi!
Please try explaining your issue, even if you struggle. And please do not make duplicate topics.
Here you need to a class attribute set to .bb1 . Example: <p class="blue">
And then in your CSS add a .bb1 selector, with a width set to 10% and your height set to 70%
Example, I am setting, my width to 35% and height to 40% in my .blue :
I am not sure if you have been able to move on from this question.
Here is an example of how you previously used the .background-buildings selector in the CSS files (accessed above the instruction in the step).
The .bb1 selector would have the same syntax, but with the information provided in the instructions, instead of the quote which is only for reference on how you were successful before using this code.
I think the fact that we need to access the CSS above the instructions may be a bit of confusion for many of us, at first.
these are two questions, nest a div with a class bb1 in the background building container, open your style .css file and give .bb1selector a width of10% height 70%
First it is asking us to nest (place between the opening and closing tags of the background buildings) <div class="background-buildings"> place in here the new div with the class of bb1 </div>
Then, we need to access the CSS at the top of the instructions to create the .bb1 selector and make the changes.