Created
May 1, 2015 07:21
-
-
Save colorqualia/68cc7fce0067881dda02 to your computer and use it in GitHub Desktop.
display grid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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