- 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; }
15 ответов
+ 13
img {
border
-radius: 50%;
filter:
sepia
(30%)
drop-shadow(5px 9px 2px red)
blur
(1px);
width: 100px;
height: 100px;
}
+ 5
#avatar .deactivated {
filter: saturate(30%)
drop-shadow
(5px 9px 2px gray)
blur
(1px);
border-radius:
%;
}50%
+ 3
.filtered {
filter: grayscale(
100
%)
drop-
shadow
(5px 9px 2px gray);
}
+ 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%;
}
+ 1
Fill in the blanks to make an image completely gray.
#my_image .gray_effect {
filter: contrast(0%);
width: 150px;
0
border
sepia
blur
0
img {
border
-radius: 50%;
filter:
sepia
(30%)
drop-shadow(5px 9px 2px red)
blur
(1px);
width: 100px;
height: 100px;
}
0
#avatar .deactivated {
filter: saturate(30%)
drop-shadow(5px 9px 2px gray)
blur(1px);
border-radius: 50%;
}
0
#avatar .deactivated {
filter: saturate(30%)
drop-shadow
(5px 9px 2px gray)
blur
(1px);
border-radius:
50
%;
}
0
img {
border
-radius: 50%;
filter:
sepia
(30%)
drop-shadow(5px 9px 2px red)
blur
(1px);
width: 100px;
height: 100px;
}
- 1
#avatar .deactivated {
filter: saturate(30%)
drop-shadow(5px 9px 2px gray)
blur(1px);
border-radius: 50%;
}
- 1
Fill in the blanks to adjust the brightness of an image to 110% and apply a blur effect to it
- 2
#my_image .gray_effect {
filter: contrast(0%);
width: 150px;
}
- 3
#my_image .gray_effect {
filter:
(0%);
width: 150px;
- 5
Fill in the blanks to make an image completely gray.
#my_image .gray_effect {
filter:
(0%);
width: 150px;