I have to design a circle in my web page using css.
I have written the following code in my application
#circle
{
width:100px;
height:100px;
background-color:Aqua;
border-radius:50px;
}
this code is running good in Internet explorer, opera and google chrome but not working in mozilla firefox
Your help will be appreciated.
Can you answer this question?
Write Answer1 Answers