Baseline Background
Tired of creating background images to help you establish your baseline grid? Baseline Background is here to help. It’s a web app that generates a PNG to help establish a baseline grid. It currently generates the background images used by baseliner.
How do I use it?
/* generate a 21px tall baseline */
background: url(http://baselinebg.keyes.ie?h=21) repeat;
Customizing The following are the supported configuration parameters:
h
— height; in pixels, 0–500r
— red; 0–255g
— green; 0–255b
— blue; 0–255a
— alpha; 0–255s
— spacing; in pixels, 1–10
Example
This is a light grey solid 27 pixel baseline grid.
License
Source
The source code is available on GitHub.