Skip to content

Instantly share code, notes, and snippets.

@anthify
Created April 8, 2019 09:09
Show Gist options
  • Save anthify/6f068dd05663c6278fea831f3e413f2f to your computer and use it in GitHub Desktop.
Save anthify/6f068dd05663c6278fea831f3e413f2f to your computer and use it in GitHub Desktop.
Checked Alpha Background
.chacked-alpha-background {
background-image:
-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ccc), color-stop(.25, transparent)),
-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ccc), color-stop(.25, transparent)),
-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ccc)),
-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ccc));
background-size: 30px 30px;
background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment