Answers for "make make round bootstrap"

1

rounded bootstrap

//rounded with bootstrap

<img src="..." alt="..." class="rounded">
<img src="..." alt="..." class="rounded-top">
<img src="..." alt="..." class="rounded-right">
<img src="..." alt="..." class="rounded-bottom">
<img src="..." alt="..." class="rounded-left">
<img src="..." alt="..." class="rounded-circle">
<img src="..." alt="..." class="rounded-0">
Posted by: Guest on July-24-2021
0

no.in round using bootstrap

.numberCircle {
    border-radius: 50%;
   

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}
Posted by: Guest on January-21-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language