A small CSS Pressable Buttons library.
- Any contributions are more than welcome. ๐ค
 
Checkout the Demo to see the buttons in action.
- Download it.
 - Include buttons in your website:
 
  <!-- Buttons Core -->
  <link rel="stylesheet" href="css/pushy-buttons.css">
  <!-- Or -->
  <!-- Minified Version -->
  <link rel="stylesheet" href="css/pushy-buttons.min.css">- There are 4 sizes and 3 colors available.
 - You can customize them in the 
.scssfile if you want. 
<!-- Blue Buttons -->
<button class="pushy__btn pushy__btn--lg pushy__btn--blue">Button</button>
<button class="pushy__btn pushy__btn--df pushy__btn--blue">Button</button>
<button class="pushy__btn pushy__btn--md pushy__btn--blue">Button</button>
<button class="pushy__btn pushy__btn--sm pushy__btn--blue">Button</button>
<!-- Green Buttons -->
<button class="pushy__btn pushy__btn--lg pushy__btn--green">Button</button>
<button class="pushy__btn pushy__btn--df pushy__btn--green">Button</button>
<button class="pushy__btn pushy__btn--md pushy__btn--green">Button</button>
<button class="pushy__btn pushy__btn--sm pushy__btn--green">Button</button>
<!-- Red Buttons -->
<button class="pushy__btn pushy__btn--lg pushy__btn--red">Button</button>
<button class="pushy__btn pushy__btn--df pushy__btn--red">Button</button>
<button class="pushy__btn pushy__btn--md pushy__btn--red">Button</button>
<button class="pushy__btn pushy__btn--sm pushy__btn--red">Button</button>Raul Dronca

