Fill in the blanks to make the image circled and blurred with 30% sepia applied. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Fill in the blanks to make the image circled and blurred with 30% sepia applied.

img { -radius: 50%; filter: (30%) drop-shadow(5px 9px 2px red) (1px); width: 100px; height: 100px; }

25th Feb 2019, 3:09 PM
Parth Patel
Parth Patel - avatar
15 Answers
+ 13
img { border -radius: 50%; filter: sepia (30%) drop-shadow(5px 9px 2px red) blur (1px); width: 100px; height: 100px; }
30th Mar 2019, 10:37 AM
Abdullah
Abdullah - avatar
+ 5
#avatar .deactivated { filter: saturate(30%) drop-shadow (5px 9px 2px gray) blur (1px); border-radius: %; }50%
22nd Apr 2019, 1:57 PM
Tun Nyo
Tun Nyo - avatar
+ 3
.filtered { filter: grayscale( 100 %) drop- shadow (5px 9px 2px gray); }
13th Aug 2020, 4:41 PM
Bahodirov Akbarjon
+ 3
Fill in the blanks to make an image circled and blurred with a gray shadow. #avatar .deactivated { filter: saturate(30%) drop-shadow(5px 9px 2px gray) blur(1px); border-radius:50%; }
9th Oct 2020, 9:26 AM
Vijay Thakur
Vijay Thakur - avatar
+ 1
Fill in the blanks to make an image completely gray. #my_image .gray_effect { filter: contrast(0%); width: 150px;
22nd Jan 2020, 8:42 AM
Micah Gregory
Micah Gregory - avatar
0
border sepia blur
6th Mar 2019, 10:29 AM
Михаил Рябков
Михаил Рябков - avatar
0
img { border -radius: 50%; filter: sepia (30%) drop-shadow(5px 9px 2px red) blur (1px); width: 100px; height: 100px; }
15th Sep 2019, 7:36 PM
Jean de Dieu RUMANZI
Jean de Dieu RUMANZI - avatar
0
#avatar .deactivated { filter: saturate(30%) drop-shadow(5px 9px 2px gray) blur(1px); border-radius: 50%; }
16th Mar 2020, 9:28 AM
B.R.V.Supriya
B.R.V.Supriya - avatar
0
#avatar .deactivated { filter: saturate(30%) drop-shadow (5px 9px 2px gray) blur (1px); border-radius: 50 %; }
13th Aug 2020, 4:33 PM
Bahodirov Akbarjon
0
img { border -radius: 50%; filter: sepia (30%) drop-shadow(5px 9px 2px red) blur (1px); width: 100px; height: 100px; }
30th Nov 2020, 9:34 AM
Prãbîñ Pãñtã
Prãbîñ Pãñtã - avatar
- 1
#avatar .deactivated { filter: saturate(30%) drop-shadow(5px 9px 2px gray) blur(1px); border-radius: 50%; }
14th May 2020, 2:46 PM
Doaa Hatem Ahmed Qasem
Doaa Hatem Ahmed Qasem - avatar
- 1
Fill in the blanks to adjust the brightness of an image to 110% and apply a blur effect to it
15th Jul 2021, 5:04 AM
Parhan
Parhan - avatar
- 2
#my_image .gray_effect { filter: contrast(0%); width: 150px; }
16th Mar 2020, 9:23 AM
B.R.V.Supriya
B.R.V.Supriya - avatar
- 3
#my_image .gray_effect { filter: (0%); width: 150px;
5th Sep 2019, 5:34 PM
Victorino Fernamdo Domingos Braço
Victorino Fernamdo Domingos Braço - avatar
- 5
Fill in the blanks to make an image completely gray. #my_image .gray_effect { filter: (0%); width: 150px;
5th Sep 2019, 5:35 PM
Victorino Fernamdo Domingos Braço
Victorino Fernamdo Domingos Braço - avatar