Jump to content

Year

Day

24 ways to impress your friends

Vote down?

  • Kumo http://www.loriskumo.com

    Nice article!

    I would like to add mine: blend modes in CSS. I use blend modes a lot in Photoshop (and I know I’m not the only one…) and I would love to be able to apply them in CSS.

    Something like:
    div { blend: multiply; }

    Or even better: applied on other properties:
    div{ background: #333333 no-repeat multiply; }
    or p{ text-shadow: #333333 0px 3px 3px screen; }

    What do you think? It might save even more resources and we would be able to make even more things with CSS