Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to create a circle with css

<div id="circle">
</div>

#circle {
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #create #circle #css
ADD COMMENT
Topic
Name
1+4 =