Border-radius Circle Code Example


Example 1: 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>

Example 2: css border radius

-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable