Programming Tips - Bootstrap: Change the color of the background of a nav-item when the user hovers?

Date: 2018nov5 Library: Bootstrap Keywords: Twitter Bootstrap, style, html, css, hover Q. Bootstrap: Change the color of the background of a nav-item when the user hovers? A. Add this css after bootstrap's.
nav a:hover { background-color: #ccc; }