Answers for "change the color of filter in cs"

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 "change the color of filter in cs"

Browse Popular Code Answers by Language