How do you apply a hover effect to an element using CSS?
I want to add a hover effect to an element on my webpage using CSS so that it changes style when the user hovers over it. What’s the best way to do this? Are there specific properties I should use to create smooth transitions, like changing color, size, or adding effects? Any examples or tips would be helpful