How To Make Rounded Button In Bootstrap Code Example


Example 1: round button css


.btn {
display:block;
height: 300px;
width: 300px;
border-radius: 50%;
border: 1px solid red;

}

Example 2: button radius bootstrap 4


<span class="border"></span>
<span class="border-top"></span>
<span class="border-right"></span>
<span class="border-bottom"></span>
<span class="border-left"></span>

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 SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools