Fill in the blanks to change the saturation of an image by 55% and partially invert it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Fill in the blanks to change the saturation of an image by 55% and partially invert it.

.modified { filter: ---------------- (55%) ----------------- (70%); }

11th Feb 2021, 8:08 AM
Lokman punmagar
Lokman punmagar - avatar
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!
11th Feb 2021, 10:37 AM
Fredericks
Fredericks - avatar