Answers for "circle on a corner radius"

CSS
5

border-radius circle using %

.circle {
    background-color:#fff;
    border:1px solid red;    
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100px;
}
<div class="circle"></div>
Posted by: Guest on April-04-2020
15

what is a radius in circle i n mahts

I don't know maths?OK! I just Know Coding
Posted by: Guest on July-14-2021

Browse Popular Code Answers by Language