Version 0.0.1 (Pre-Alpha)

button.css

A CSS Library dedicated to buttons.


Docs Github

Quick Start


Place this in the <head> section of your HTML file.

<link rel='stylesheet' href="https://realtechnerd.github.io/button.css/style.css"/>

CSS @import

You can place this in the main CSS file.

@import url(https://realtechnerd.github.io/button.css/style.css);



For faster load times, you can use the CDN

Place this in the <head> section of your HTML file.

<link href="https://cdn.jsdelivr.net/gh/realtechnerd/button.css@master/style.min.css" crossorigin="anonymous"/>

CSS @import

You can place this in the main CSS file.

@import url(https://cdn.jsdelivr.net/gh/realtechnerd/button.css@master/style.min.css);