Html – Bootstrap 5: When i clicked my button, the color changed
Im using bootstrap button, then i changed the color of the button. but when i clicked the button it change to blue, even though i write .btn-primary:active HTML: <button type="button" class="btn btn-primary">My Button</button> CSS: .btn-primary { background-color: #ffa500; border: 1px…