Answers for "is it okay to use bootsrap color for button then modify in css"

1

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

Code answers related to "is it okay to use bootsrap color for button then modify in css"

Browse Popular Code Answers by Language