Created
October 7, 2022 17:09
-
-
Save erikusaj/355f2fbeb800eee7f842fd3b70e9e6be to your computer and use it in GitHub Desktop.
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
<style> | |
.effect{ | |
width: 250px; | |
height: 250px; | |
filter: contrast(360%) brightness(1000%) invert(100%); | |
background: | |
radial-gradient(circle at 18% 121%, rgba(0,0,0,1), rgba(0,0,0,0)), | |
url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); | |
} | |
</style> | |
<div class=effect> | |
aaaa | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment