forum

Home / DeveloperSection / Forums / Circle CSS is not working on mozilla?

Circle CSS is not working on mozilla?

Anonymous User251420-May-2013
Hi Developers,

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.

Updated on 20-May-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By