CYB3R-G0D / Button-Hover-Effects

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

Home Page:https://cyb3r-g0d.github.io/Button-Hover-Effects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://cyb3r-g0d.github.io/Button-Hover-Effects/

License:MIT License


Languages

Language:HTML 87.3%Language:CSS 12.7%