Skip to content

Instantly share code, notes, and snippets.

@iksi
Created January 24, 2016 13:33
Show Gist options
  • Save iksi/c7fe692ffe954cc1503b to your computer and use it in GitHub Desktop.
Save iksi/c7fe692ffe954cc1503b to your computer and use it in GitHub Desktop.
/* Change the values on lines 6, 7 and 8 to adjust the height of your baseline */
.baseline: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;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
}
html {
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment