Created
July 8, 2022 18:25
-
-
Save alexbruno/486aa28e4543fdb28626cf8f382dbc09 to your computer and use it in GitHub Desktop.
Regra simples de CSS para criar um efeito de máscara de pixels em uma imagem de background
This file contains 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
.bg-pixels { | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment