Fill in the blanks to change thesaturation of an image by 55% andpartially 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 thesaturation of an image by 55% andpartially invert it..

Fill in the blanks to change thesaturation of an image by 55% andpartially invert it. modified { Filter:________(55%)_______(70%);

11th Jan 2019, 9:12 AM
Rahul kumar
8 Answers
+ 4
modified{ filter: saturate(55%) invert(70%); }
3rd Apr 2019, 2:04 PM
misbah bagaskara05
misbah bagaskara05 - avatar
+ 3
Fill in the blanks to completely invert the image. .fully_inverted { filter: invert(100%); }
9th Oct 2020, 9:19 AM
Vijay Thakur
Vijay Thakur - avatar
+ 1
modified{ filter: saturate(55%) invert(70%); }
18th Dec 2020, 4:35 PM
tieflabs
tieflabs - avatar
0
Scroll back previous lesson and check the examples, click Try It Yourself and play with the demo codes a little bit. You can do this yourself, don't give up 💪
11th Jan 2019, 9:17 AM
Gordon
Gordon - avatar
0
Please give me answer.
11th Jan 2019, 9:19 AM
Rahul kumar
0
saturate invert
2nd Dec 2019, 12:35 PM
Chidinma Akuegbu
Chidinma Akuegbu - avatar
0
It should be " Filter:saturate(55%) invert(70%); "
10th Dec 2020, 3:43 AM
Buthsara Madhushanka
Buthsara Madhushanka - avatar
0
modified{ filter: saturate(55%) invert(70%); }
30th Sep 2021, 12:58 PM
Dilip Vishwakarma
Dilip Vishwakarma - avatar