Pills Demo

Pills - A simple, responsive, and tiny CSS grid for humans.

4kb, Mobile First Grid System, HTML5 Boilerplate Head, Inspired by Simplicity and Control,
IE8+, Firefox, Chrome, Safari, Opera, Free to use and Abuse.

Part One

.whole
.half
.half
.two-thirds
.one-quarter
.three-quarters
.one-fifth
.four-fifths
.two-fifths
.three-fifths

Part Two

.twelve
.six
.six
.four
.eight
.three
.two
.seven
.five
.three
.two
.two
.two
.four
.six
.one
.one
.one
.one
.one
.one
.one
.one
.one
.one
.one
.one

Download

You have two main options for using pills in your project.

Installation

Once you’ve acquired the pills source code, there’s a couple of other things you’ll probably want to do.

1. Stylesheet

Add the following stylesheet to the <head> section of your project’s HTML. If you didn’t use Bower, you may need to adjust the path to the CSS file to match your file structure.

<link rel="stylesheet" href="bower_components/pills/dist/pills.min.css">

2. Viewport

Set the scale of your viewport to the width of the device. Placing the following tag in the <head> of your HTML ensures the viewport doesn’t load zoomed-out on mobiles and tablets.

<meta name="viewport" content="width=device-width,initial-scale=1">