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.


Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

Meet Mantine: A TS-Based Open-Source React Components Library

Meet Tippy.js: The Complete Tooltip Popover Plugin