Add some dimension to your page with blocks 🚀
Go to file
2019-12-20 03:08:30 -08:00
src Add util.css utility library 2019-12-20 03:08:30 -08:00
.gitignore Allow packaging with rollup 2019-06-11 23:29:27 -07:00
index.html Adding pill button 2019-12-08 23:08:37 +05:30
LICENSE Initial commit 2019-06-11 20:23:00 -07:00
package.json v0.2.0 2019-12-08 23:46:09 -08:00
README.md Fix typographical errors 2019-07-11 21:03:50 -04:00
rollup.config.js Add util.css utility library 2019-12-20 03:08:30 -08:00
sample.jpg Pizazz up the README a bit 2019-06-11 23:35:34 -07:00
yarn.lock Upgrade npm deps 2019-12-08 23:45:43 -08:00

blocks.css

Add some dimension to your page with blocks 🚀

You can check out examples and get started with blocks.css at the GitHub Page 📖. Here's what blocks.css UI looks like, from the documentation.

blocks.css sample

Start by adding the blocks.css stylesheet to your page's <head>:

<link rel="stylesheet" href="https://unpkg.com/blocks.css/dist/blocks.min.css" />

Summary

blocks.css is the core of styles used in my projects like Codeframe, Zero to Code, and Lyrics.rip. Lots of people asked for the styles, so I've pulled the button styles out into a separate package right here.

Theming

blocks.css supports theming. By default, Blocks are turquoise-green. (Why? because it's my favorite color.) But you can use CSS custom properties to modify the color and add things like a dark theme.

Check out the documentation for the full details.

Built with blocks.css

Using blocks.css in your website or app? Make a pull request to add yours to the list!

Edit on Repl.it