Which Bootstrap utility class is used to apply a simple hover effect to a button?

  • btn-hover
  • hover-effect
  • btn-effect-hover
  • btn:hover
To apply a simple hover effect to a Bootstrap button, you can use the standard CSS pseudo-class :hover on the button class. For example, btn:hover will add the hover effect to the button when the user hovers over it.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *