This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Coderage
about 11 years

Did you remember to give your div a height of 50px? It looks like it's 0px.

Here is my code and it doesn’t work, any suggestions?: div { height:50px; width:120px; border:solid 2px #6495ED; background-color:#BCD2EE; }

Answer 5152f4821698961807000f31

4 votes

Permalink

Your code looks right its looks practically the same to mine and I passed. Try copy and pasting mine and if that doesn’t work try checking your page zoom. div { height: 50px; width: 120px; border: solid 2px #6495ED; background-color: #BCD2EE; } I hope this helps

points
Submitted by Izzie McKenzie
about 11 years

3 comments

Coderage about 11 years

Thanks

Oğuzhan JABELOF almost 11 years

I don’t get it , I tried it like 3 times myself and it didn’t work. But once I pasted yours, it checked immediately. I think there’s a minor glitch in that exercise bcs. lots of people have encountered such problems.

Excel almost 11 years

Thanks a lot. This really helped me.