HTML
CSS
JS

Button with Fancy Hover and Mouse Click Animation

This button has three cool animations. The first one is on hover; the button will change the background color and display a different text above it. You can also move the mouse cursor to each corner of the button; it will rotate the button using the transform property. Lastly, it creates a 3D pressing effect when clicked; this is done by scaling down the button.

Another cooling feature about this button is that it uses grid display; this approach is not common for buttons. Overall, this is a very creative way to build a button.

';