DOUGH
#21288 https://controlc.com/c9e88f28
scrape and move forwarde
GHOSTED
DOUGH
#21288 https://controlc.com/c9e88f28
scrape and move forwarde
GHOSTED
/ Add a blur and opacity change to images that fades-to-normal when moused over /.post-image { opacity: .2; / Can be between .01 - 1 / filter: blur(5px); / Can be 0 - 10+ / transition: all 233ms;}.post-image:hover { opacity: 1; / Can be between .01 - 1 / filter: blur(1px); / Can be 0 - 10+ / transition: all 89ms;}