CSS hover effects
CSS hover effects gives us the ability to animate changes to a CSS property value. In the following lesson we are going to follow that up with different kinds of effects specifically built for use with images. However, these effects can make your site feel much more dynamic and alive. The effects we will be using today all use code that is supported by modern browsers.
Simple Hover Effects
The following code shows how to show a hover effect on Box Shadow.
Source Code
Image Hover Effects
The following CSS code shows how to present an Image hover effects.
Source Code