Programming Tips - Bootstrap: Invert background and foreground when user hovers with mouse

Date: 2020mar11 Update: 2025sep8 Language: html Library: Bootstrap Q. Bootstrap: Invert background and foreground when user hovers with mouse A. Use the .btn-outline-* classes, for example:
<button type="button" class="btn btn-outline-primary">My Primary</button>