Skip to content

Design-and-Code/css-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60b1519 Β· Dec 28, 2024
Oct 15, 2022
Dec 28, 2024
Feb 4, 2023
Oct 2, 2022
Oct 12, 2022
Oct 5, 2022
Oct 15, 2022
Oct 2, 2022
Dec 4, 2022
Dec 28, 2024

Repository files navigation

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