Skip to content

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

License

Notifications You must be signed in to change notification settings

CYB3R-G0D/Button-Hover-Effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published