css button hover effects
Hover effects with CSS
Github here
STEP1:
HTML
<a>link for a button
STEP2:
CSS
Link the AmaticSC Font from Google Fonts.
All the content in the middle of the body.
:before----the underline of the button.
Transition the width and height of the underline with delay.
transform-style:flat(default)/preserve-3d.
Similarly,:after is the background of button.
Transition with scaleX() from right side.
Github here
STEP1:
HTML
<a>link for a button
STEP2:
CSS
Link the AmaticSC Font from Google Fonts.
All the content in the middle of the body.
:before----the underline of the button.
Transition the width and height of the underline with delay.
transform-style:flat(default)/preserve-3d.
Similarly,:after is the background of button.
Transition with scaleX() from right side.