Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css circle border

.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>
 
PREVIOUS NEXT
Tagged: #css #circle #border
ADD COMMENT
Topic
Name
7+4 =