Transparent Background Images | CSS-Tricks
Last updated on: November 3, 2013 Transparent Background Images There is no CSS property background-opacity, but you can fake it by inserting a pseudo element with regular opacity the exact size of the element behind it. div { width: 200px; height ......