Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created November 12, 2016 19:28
Show Gist options
  • Save CB9TOIIIA/0478919ab90c9da0dc8b9ebfdd483371 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/0478919ab90c9da0dc8b9ebfdd483371 to your computer and use it in GitHub Desktop.
Клеточки на css - фон
.tetrad-pattern {
background-image: -webkit-linear-gradient(rgba(0,0,0,0.03) 2px,transparent 2px), -webkit-linear-gradient(0,rgba(0,0,0,0.03) 2px,transparent 2px), -webkit-linear-gradient(rgba(0,0,0,0.03) 1px,transparent 1px), -webkit-linear-gradient(0,rgba(0,0,0,0.03) 1px,transparent 1px);
background-size: 80px 80px, 80px 80px, 5px 5px, 5px 5px;
background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment