I am currently utilizing the Bootstrap cards class for my project and I am trying to achieve a cursor pointer effect when hovering over certain cards. However, I prefer not to resort to using the style
attribute and only want to utilize Bootstrap classes. I am aware that the btn
class is a potential choice, but it comes with the text-align: center
property which then requires me to add text-left
to adjust the alignment. Is there an alternative option within Bootstrap 4 that specifically provides the cursor: pointer
property without additional styling?