some art i've done within the past 2 or so weeks ;D
okaaay thats all,,, later <3
gunman - them crooked vultures
html:before {
animation: grain 8s steps(10) infinite;
background-image: url(https://img1.picmix.com/output/stamp/normal/5/0/8/4/2124805_34630.gif);
content: "";
height: 200%;
left: -50%;
opacity:.4;
position: fixed;
top: -110%;
width: 200%;
pointer-events:none;
}
@keyframes grain
70% { transform:translate(0%, 15%) }
}