Answers for "filter to image css with color background"

CSS
0

css filter color

.text {
    background: rgba(0,0,0,.9);
    backdrop-filter: grayscale(1) contrast(3) blur(1px);
}
Posted by: Guest on November-22-2020

Code answers related to "filter to image css with color background"

Browse Popular Code Answers by Language