Drawing a button

img {
display: block;
height: 100px;
width: 300px;
margin: auto;
}

p {
text-align: center;
font-family: Garamond, serif;
font-size: 18px;
}

/Start adding your CSS below!/

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

i got the message: Oops, try again. Did you remember to give your div a height of 50px? It looks like it’s 0px.

If you are using chrome try something like IE/Firefox

i’m using firefox mozilla

Ah, could you please copy and paste the exercise URL?

Just wanna see the question :slight_smile:

https://www.codecademy.com/courses/web-beginner-en-UuBLw/0/2?curriculum_id=50579fb998b470000202dc8b

Just tried you code, it works fine and passed the exercise.

So i think there is a bug.

worked for me too. Thanks a lot. It maybe got stuck!