Warning: This guide is not for the faint of heart. Proceed at your own peril.
img {
filter: brightness(0.5);
contrast(2);
saturation(100%);
opacity(0.5);
}
Step 1: Desaturate your images. Because who needs color, anyway?
This is what your image might look like after applying the above CSS filter.
Next up: add a few dozen layers of gradient overlays to make it really pop!
img {
filter: invert(1);
saturate(100%);
contrast(10);
brightness(0.5);
opacity(0.2);
}
For the truly adventurous, you can try adding some extra flair with a few more filters:
This is what your image looks like when you're feeling extra fancy.
Remember to always use the Bad Photoshop 101 checklist when creating your next masterpiece.