Skip to content

Instantly share code, notes, and snippets.

@colorqualia
Created May 1, 2015 07:21
Show Gist options
  • Save colorqualia/68cc7fce0067881dda02 to your computer and use it in GitHub Desktop.
Save colorqualia/68cc7fce0067881dda02 to your computer and use it in GitHub Desktop.
display grid
@charset "utf-8";
// 開発の為のグリッドカラム表示
body {
background: #FFF url("http://griddle.it/320-2-30?horizontal=24") repeat-y center top;
}
@media (min-width: 768px) {
body {
background: #FFF url("http://griddle.it/720-6-30?horizontal=24") repeat-y center top;
}
}
@media (min-width: 992px) {
body {
background: #fff url("http://griddle.it/940-12-30?horizontal=24") repeat-y center top;
}
}
@media (min-width: 1200px) {
body {
background: #fff url("http://griddle.it/1140-12-30?horizontal=24") repeat-y center top;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment