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

0 points
Submitted by Guy RasenAnime
almost 9 years

1.2 Drawing your button stuck need help.

This is the css code

div { height: 50px width: 120px border-color: #6495ED background-color: #BCD2EE Border-style: dashed border-width: 2px }

Every time I click save and submit code, it tells me Oops, try again. Did you remember to give your div a height of 50px? It looks like it’s 0px.

Answer 5581a3ff76b8fe2d120004f9

1 vote

Permalink

Try this: div{ height:50px; width:120px; border: 1px solid #6495ED; background-color:#BCD2EE; }

points
Submitted by Leon Erasmus
almost 9 years

3 comments

Guy RasenAnime almost 9 years

Thank You! It worked

stetim94 almost 9 years

or just realize that you forgot all semi-colons

u forgot the “;” ‘s