19. Background color, height, and width- div does not appear

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/3/1?curriculum_id=50579fb998b470000202dc8b#

<In what way does your code behave incorrectly? Include ALL error messages.>
Low Priority Question
My code is perfectly fine and the lesson will even let me continue on to the next, but I’m a bit disappointed because the div is not showing up. I’ve triple-checked my code and even tried setting it up differently or refreshing my browser.
Is there anything I can do to make it show up? Is is NOT supposed to show up at this point? I’m just going to continue through the lessons, but it bugs me that this happened.
This is my code:

```

div {
background-color: #cc000; height: 100px; width: 100px;
}

<do not remove the three backticks above>

it should, but the color should have 4 zeros: #cc0000, you only have 3 zeros

oooooooooooohh… ok. Thank you very much! You made my day! :slight_smile: It works perfectly now.