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

0 points
Submitted by Frankye
over 8 years

Need help on 3/6 Design A Button

This is what my CSS looks like:

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-radius: 5px; }

I know that I filled in the information correctly, but it the darn thing still keeps on asking me if I set my div’s border radius to 5px?

I have already tried resetting my browser and reseting the code but it still does not work. I even tried the trick where I set my browser’s zoom to 100% and still nothing. Someone please help me on how I can move on to the next lesson because I know that I properly filled in the CSS code.