- 1
Fill in the blanks to change the saturation of an image by 55% and partially invert it.
.modified { filter: ---------------- (55%) ----------------- (70%); }
1 Answer
0
.modified{
filter: saturate(55%) invert(70%);
}
Personally for me, I don't think this is worth opening a thread for. You could just ask in the comment section of any web development code, and someone would surely attend to you.
No offense and good luck!