Design-and-Code / css-buttons

Various button hover effects made fully in HTML and CSS.

Home Page:https://css-buttons-hover.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Buttons

A collection of simple and subtle CSS-only hover animations for buttons. ✨

NOTE

  • This project is under maintenance so pr and issue are on hold

Maintenance PRs Welcome Open Source Love svg1 contributions welcome issues

Design

Some rules to follow when Contributing:

  • Please follow naming convention for button classes. (Eg. yourname-btn-index or btn-yourname-index)
  • Do not change default buttons maked with the button-def class.
  • Do not change any code in the index.html file except for button section.
  • Do not change any code in the assets folder.

Contribution Guidelines πŸ—

Want to add your inputs to the repo? We invite you to contribute.

Head to CONTRIBUTING.md to start contributing.

Folder Structure

root
β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ script.js
β”‚   └── css
β”‚       └── style.css
β”‚   
β”œβ”€β”€ buttons
β”‚   └── buttons.css
└── index.html

About

Various button hover effects made fully in HTML and CSS.

https://css-buttons-hover.netlify.app/

License:GNU General Public License v3.0


Languages

Language:CSS 65.2%Language:HTML 34.8%