Answers for "Add dark filter to an image - CSS"

CSS
0

Add dark filter to an image - CSS

//use the 'important' at your own risk

filter:brightness(0.4) !important
Posted by: Guest on April-28-2022

Code answers related to "Add dark filter to an image - CSS"

Browse Popular Code Answers by Language