Re: [csswg-drafts] Suggestion: “background-opacity” CSS property (as suggested by CSS-Tricks.com). (#4996)

For completeness, another option based on the [filter()](https://www.w3.org/TR/filter-effects-1/#FilterCSSImageValue) method mentioned in #4706 is:
```css
background-image: filter(url('ducky.png'), opacity(0.5));
```

-- 
GitHub Notification of comment by faceless2
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4996#issuecomment-621212309 using your GitHub account

Received on Wednesday, 29 April 2020 13:37:11 UTC