Dave's Notebook

Data Science, Machine Learning, Artificial Intelligence, Visualization, and Complex Systems.
@sixhat@datasci.social wiki

A simple CSS trick 4 dithered images

May 18, 2023

<style> p.img { background: linear-gradient(0deg, #c91136 0%, #4343b5 35%, #eebf18 100%); display: inline-flex; } p.img > img { mix-blend-mode: hard-light; } </style>