Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

circle button css

.btn{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border: none;
    color: white;
    background: #dc3545; 
    padding: 0px;
    text-align:center;
}
Source by programmersportal.com #
 
PREVIOUS NEXT
Tagged: #circle #button #css
ADD COMMENT
Topic
Name
4+6 =