Skip to content

Instantly share code, notes, and snippets.

@conormcafee
Created May 25, 2015 13:42
Show Gist options
  • Save conormcafee/180eecca7a3f2688aa6c to your computer and use it in GitHub Desktop.
Save conormcafee/180eecca7a3f2688aa6c to your computer and use it in GitHub Desktop.
CSS Baseline
body:after {
background: repeating-linear-gradient(
0deg,
rgba(255,255,255,0.05),
rgba(255,255,255,0.05) 24px,
rgba(0,0,0,0.1) 24px,
rgba(0,0,0,0.1) 48px
);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment