Skip to content

Instantly share code, notes, and snippets.

@whmii
Created September 9, 2015 20:18
Show Gist options
  • Save whmii/54eba893d6ff46043f38 to your computer and use it in GitHub Desktop.
Save whmii/54eba893d6ff46043f38 to your computer and use it in GitHub Desktop.
SCSS Grid Body class
body {
background:
linear-gradient(0deg, rgba(#ccc,1) 1px, rgba(0,0,0,0) 1px),
linear-gradient(0deg, rgb(238,238,238) 1px, rgba(0,0,0,0) 1px);
background-position: auto auto;
background-origin: padding-box;
background-clip: border-box;
background-size: 100% 28px, 100% 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment