Answers for "how to make rounded button in the right left border in css"

CSS
2

rounded corners css button

.btn{
    border: none;
    padding: 7px 26px;
    text-align: center;
    color: white;
    background: #dc3545;
    border-radius: 40px;
}
Posted by: Guest on October-15-2021

Code answers related to "how to make rounded button in the right left border in css"

Browse Popular Code Answers by Language