Pebble CSS Framework

Introduction

Pebble is a lightweight CSS framework, with a responsive grid system. The theme is inspired by non-color design, using whites and greys to create natural, clean, modern web apps. The focus is on small improvements to default HTML elements to make them more visually appealing.

Installation

npm install pebble-css
This is not active yet

Examples

Text

Here is some default text

Here is some default text

Here is some default text

codeblock
blockquote

Buttons

<button class='btn btn-primary'>Button</button>
<button class='btn btn-secondary'>Button</button>

Forms