[HTML & CSS General] Griddle.it で layout grid を background にしく
css ファイルに追記します。
background: url()
に以下のフォーマットで指定する。
オプションもある。
http://griddle.it/[total width]-[number of columns]-[gutter size]
例えば 960px grid, 12 columns, 10px gutter, 24px baseline を生成する。
body {
background: url(http://griddle.it/960-12-10?color=ffe5e5&num=false&horizontal=24) repeat-y center top;
}