Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 959 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 959 Bytes

Simple CSS Button

Starter Kit for CSS Buttons


I decided to build my starter Button CSS Kit so I don't need to reinvent and recode the CSS Button for every new project.

List of features:

  • Minimal around 0.3 Kb
  • It adjusts to the font size.
  • Normal / Round / Pill Shape Buttons
  • Personalize your colors
  • Just few CSS classes

Demo

Demo - Simple CSS Button

The HTML code looks like this:

  <div class="button btcolor">Button</div>
  <div class="button btcolor round">Button</div>
  <div class="button btcolor pill">Button</div>

Download & Installation

Everything is in the button.css file.

License

This project is licensed under the MIT License