10 sec reads: Add click effect on buttons using one line of CSS

button:active{

transform: scale(0.98)

}

Note: The buttons size will shrunk a little and gives the feel of a button click.

That.it

--

--