Answers for "change outline color of button bootstrap"

0

custom color bootstrap buttonm

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8064A2 !important;
}
Posted by: Guest on May-24-2020
4

bootstrap button outline

<button type="button" class="btn btn-outline-primary" href="#">Primary</button>
Posted by: Guest on April-06-2020

Code answers related to "change outline color of button bootstrap"

Browse Popular Code Answers by Language