BHE is a ready-made button CSS hover effects library to make your web projects easier.
Installation and usage
Install with npm: $ npm install or add it directly to your webpage using a CDN: <head> </head>
Usage
After installing BHE.css, add the class BHE to an element, along with any of the effects number (don't forget - in between): Example: <button class="BHE-5">Hover ME</button> Custom properties: Add your custom properties using style attribute inside a HTML elements Example: <button style="color:#0068A5;" class="BHE-5">Hover ME</button> Or add you properties by internal or external css Example: <button class="BHE-5 Mystyle">Hover ME</button>
BHE is a MIT licensed library. You can use it freely, respecting the terms included in the license file. |