Created
November 12, 2016 19:28
-
-
Save CB9TOIIIA/0478919ab90c9da0dc8b9ebfdd483371 to your computer and use it in GitHub Desktop.
Клеточки на css - фон
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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