code snips is a library of css, js and more code snippets to use in your code.
read more on the blog
Note: currently screenshots are not ready yet.
A list of css you can import in your code.
(make sure to import the files in your code)
the kbd element is used to tell the key to press on your keyboard give its some more style with this.
just put your desired key in a kbd in html
eg.:> <kbd>Ctrl</kbd>+<kbd>V</kbd>
get sleek looking code boxes with this.
for more usage read my post about usage
The Button element is is amazing and in this you can add amzing styles to it like floating and springs up and down on click.
There are also cool colours with class, the avalible are:
just your button in html
eg.:> <button>Click Me!</button>