- 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%);
8 Antworten
+ 4
modified{
filter: saturate(55%) invert(70%);
}
+ 3
Fill in the blanks to completely invert the image.
.fully_inverted {
filter: invert(100%);
}
+ 1
modified{
filter: saturate(55%) invert(70%);
}
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 💪
0
Please give me answer.
0
saturate
invert
0
It should be " Filter:saturate(55%) invert(70%); "
0
modified{
filter: saturate(55%) invert(70%);
}