Dithering with CSS
Summary
This article describes using CSS-based dithering to achieve a consistent visual aesthetic across a site without pre-processing images. It introduces a noise dithering approach with parameters like noisebaseFrequency, numOctaves, and two-tone settings, and discusses when to dither in CSS versus pre-processing.