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.
- Minimal around 0.3 Kb
- It adjusts to the font size.
- Normal / Round / Pill Shape Buttons
- Personalize your colors
- Just few CSS classes
<div class="button btcolor">Button</div>
<div class="button btcolor round">Button</div>
<div class="button btcolor pill">Button</div>
Everything is in the button.css file.
This project is licensed under the MIT License