Created
October 31, 2019 01:44
-
-
Save josecaos/a9e97d7e4e50d8d7636a6bcf588fb49f to your computer and use it in GitHub Desktop.
css.dotted.pattern.overlay
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
| css-dotted-pattern-overlay { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYmBgaPj//z8DI4gAAYAAAwBABgZ+pgNS5QAAAABJRU5ErkJggg==); | |
| z-index: -1; | |
| background-size: 2px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment