Programming Tips - Bootstrap: Invert background and foreground when hovering

Date: 2020mar11 Language: html LIbrary: Bootstrap Q. Bootstrap: Invert background and foreground when hovering A. Use the .btn-outline-* classes, for example:
<button type="button" class="btn btn-outline-primary">Primary</button>