README.md

July 1, 2018 ยท View on GitHub

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