/Button-Hover-Effects

BHE is a ready-made button CSS hover effects library to make your web projects easier.

Primary LanguageHTMLMIT LicenseMIT

Button-Hover-Effects

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>
<link rel="stylesheet" href="https://cdn.statically.io/gh/CYB3R-G0D/Button-Hover-Effects/main/BHE/BHE-V1.css"/>
</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>